1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

remove dross

This commit is contained in:
Asbelos
2024-02-07 21:33:06 +00:00
parent 7a9e225602
commit 25cb878060
3 changed files with 1 additions and 7 deletions

View File

@@ -157,11 +157,6 @@ void TrackManager::setDCCSignal( bool on) {
HAVE_PORTF(PORTF=shadowPORTF);
}
// Called by interrupt context
void TrackManager::setCutout( bool on) {
APPLY_BY_MODE(TRACK_MODE_MAIN,setBrake(on,true));
}
// setPROGSignal(), called from interrupt context
// does assume ports are shadowed if they can be
void TrackManager::setPROGSignal( bool on) {