mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
neutrino.h: remove unused methode switchClockOnOff()
This commit is contained in:
@@ -194,7 +194,7 @@ public:
|
|||||||
return lastMode;
|
return lastMode;
|
||||||
}
|
}
|
||||||
void switchTvRadioMode(const int prev_mode = mode_unknown);
|
void switchTvRadioMode(const int prev_mode = mode_unknown);
|
||||||
void switchClockOnOff();
|
|
||||||
|
|
||||||
bool isMuted() {return current_muted; }
|
bool isMuted() {return current_muted; }
|
||||||
void setCurrentMuted(int m) { current_muted = m; }
|
void setCurrentMuted(int m) { current_muted = m; }
|
||||||
|
Reference in New Issue
Block a user