diff options
author | louis <louis.braun@gmx.de> | 2013-05-03 12:34:23 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-05-03 12:34:23 +0200 |
commit | daa47b6183a78bc01513a387849b8fb5364cd04a (patch) | |
tree | 4033f0faa9144209eaf724a0c086917b39199713 /menuitem.h | |
parent | d0cd4a3d202f3bc5987dfdf5d5ff39d863a11a32 (diff) | |
download | skin-nopacity-daa47b6183a78bc01513a387849b8fb5364cd04a.tar.gz skin-nopacity-daa47b6183a78bc01513a387849b8fb5364cd04a.tar.bz2 |
Added previous and next Channel Group in Channel Display
Diffstat (limited to 'menuitem.h')
-rw-r--r-- | menuitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -32,7 +32,6 @@ protected: void DrawDelimiter(const char *del, const char *icon, int handleBgrd); virtual void Action(void); void DoSleep(int duration); - std::string CutText(std::string *text, int width, const cFont *font); void DrawRoundedCorners(tColor borderColor); public: cNopacityMenuItem(cOsd *osd, const char *text, bool sel); |