removed obsolete method

This commit is contained in:
Niclas Finne 2012-04-13 19:01:37 +02:00
parent 6c7ccde06d
commit bc1027e494
1 changed files with 0 additions and 9 deletions

View File

@ -191,15 +191,6 @@ public class IOPort extends IOUnit {
portListener = PortListenerProxy.removePortListener(portListener, oldListener);
}
@Deprecated
public synchronized void setPortListener(PortListener listener) {
if (listener != null) {
addPortListener(listener);
} else {
portListener = null;
}
}
public void setTimerCapture(Timer timer, int pin) {
if (DEBUG) {
log("Setting timer capture for pin: " + pin);