Remove dead code
This commit is contained in:
parent
9d09e7f6fe
commit
32b96a25e8
|
@ -188,10 +188,6 @@ void QtSystemTrayIcon::SetStopped() {
|
|||
|
||||
}
|
||||
|
||||
void QtSystemTrayIcon::LastFMButtonVisibilityChanged(bool value) {
|
||||
|
||||
}
|
||||
|
||||
void QtSystemTrayIcon::MuteButtonStateChanged(bool value) {
|
||||
if (action_mute_) action_mute_->setChecked(value);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue