neutrino.h: remove unused methode switchClockOnOff()

This commit is contained in:
2015-11-19 15:50:24 +01:00
parent 83026f1ff1
commit 23f67513b7

View File

@@ -194,7 +194,7 @@ public:
return lastMode;
}
void switchTvRadioMode(const int prev_mode = mode_unknown);
void switchClockOnOff();
bool isMuted() {return current_muted; }
void setCurrentMuted(int m) { current_muted = m; }