Remove dead code

This commit is contained in:
Jonas Kvinge 2018-11-17 03:23:49 +01:00
parent 9d09e7f6fe
commit 32b96a25e8
2 changed files with 0 additions and 5 deletions

View File

@ -188,10 +188,6 @@ void QtSystemTrayIcon::SetStopped() {
}
void QtSystemTrayIcon::LastFMButtonVisibilityChanged(bool value) {
}
void QtSystemTrayIcon::MuteButtonStateChanged(bool value) {
if (action_mute_) action_mute_->setChecked(value);
}

View File

@ -61,7 +61,6 @@ protected:
void SetPaused();
void SetPlaying(bool enable_play_pause = false);
void SetStopped();
void LastFMButtonVisibilityChanged(bool value);
void MuteButtonStateChanged(bool value);
// QObject