diff --git a/src/neutrino.h b/src/neutrino.h index 871454636..f2c1fc5c2 100644 --- a/src/neutrino.h +++ b/src/neutrino.h @@ -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; }