Audioplayer: Remove special handling for display mute icon

Origin commit data
------------------
Branch: ni/coolstream
Commit: bace5ce91b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-11-04 11:51:05 +01:00
parent 6648365e76
commit 6e6dd002be
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(); }
};