Audioplayer: Remove special handling for display mute icon

This commit is contained in:
Michael Liebmann
2013-11-04 11:51:05 +01:00
parent 7de3ac679e
commit bace5ce91b
6 changed files with 2 additions and 29 deletions

View File

@@ -261,7 +261,6 @@ class CAudioPlayerGui : public CMenuTarget
bool playNext(bool allow_rotate = false);
bool playPrev(bool allow_rotate = false);
int getAudioPlayerM_current() {return m_current;}
void refreshMuteIcon() { paintHead(); }
};