Skip to content

Commit

Permalink
jmrix.direct deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
bobjacobsen committed Jul 14, 2019
1 parent d41b9e6 commit cc9d1be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions java/src/jmri/jmrix/direct/ThrottleManager.java
Expand Up @@ -32,14 +32,6 @@ public ThrottleManager(DirectSystemConnectionMemo memo) {
jmri.InstanceManager.setDefault(jmri.jmrix.direct.ThrottleManager.class, this);
}

/**
* @deprecated JMRI Since 4.4 instance() shouldn't be used, convert to JMRI multi-system support structure
*/
@Deprecated
static public ThrottleManager instance() {
return jmri.InstanceManager.getDefault(jmri.jmrix.direct.ThrottleManager.class);
}

Throttle currentThrottle = null;

/**
Expand Down

0 comments on commit cc9d1be

Please sign in to comment.