Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
danielb987 committed May 9, 2021
1 parent 35f6ef0 commit 03a2b60
Showing 1 changed file with 0 additions and 15 deletions.
Expand Up @@ -152,21 +152,6 @@ public void setupAllLogixNGs() {
_clipboard.setup();
}

/**
* Set whenether execute() should run on the LogixNG thread at once or
* should dispatch the call until later, for all the ConditionalNGs.
*
* @param value true if execute() should run on LogixNG thread delayed,
* false otherwise.
*/
private void setRunDelayed(boolean value) {
Set<ConditionalNG> conditionalNGs =
InstanceManager.getDefault(ConditionalNG_Manager.class).getNamedBeanSet();
for (ConditionalNG conditionalNG : conditionalNGs) {
conditionalNG.setRunDelayed(value);
}
}

/** {@inheritDoc} */
@Override
public void activateAllLogixNGs() {
Expand Down

0 comments on commit 03a2b60

Please sign in to comment.