Remove dead code
This commit is contained in:
@@ -188,10 +188,6 @@ void QtSystemTrayIcon::SetStopped() {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtSystemTrayIcon::LastFMButtonVisibilityChanged(bool value) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
void QtSystemTrayIcon::MuteButtonStateChanged(bool value) {
|
void QtSystemTrayIcon::MuteButtonStateChanged(bool value) {
|
||||||
if (action_mute_) action_mute_->setChecked(value);
|
if (action_mute_) action_mute_->setChecked(value);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ protected:
|
|||||||
void SetPaused();
|
void SetPaused();
|
||||||
void SetPlaying(bool enable_play_pause = false);
|
void SetPlaying(bool enable_play_pause = false);
|
||||||
void SetStopped();
|
void SetStopped();
|
||||||
void LastFMButtonVisibilityChanged(bool value);
|
|
||||||
void MuteButtonStateChanged(bool value);
|
void MuteButtonStateChanged(bool value);
|
||||||
|
|
||||||
// QObject
|
// QObject
|
||||||
|
|||||||
Reference in New Issue
Block a user