From 23f67513b7381565cc7d267784d4f14bd7a5af83 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Thu, 19 Nov 2015 15:50:24 +0100 Subject: [PATCH] neutrino.h: remove unused methode switchClockOnOff() --- src/neutrino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }