diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-06-04 14:30:54 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-06-04 14:34:09 +0200 |
commit | a14b280f74d683b1fee9e06009929a9689b1ae7a (patch) | |
tree | e0dc97d0d8b2503c8dab6b475e515109a3afbe78 /displaymenuview.h | |
parent | 3e5e592efd2c46a135ca9d2e7bf157537e7972fe (diff) | |
download | skin-nopacity-a14b280f74d683b1fee9e06009929a9689b1ae7a.tar.gz skin-nopacity-a14b280f74d683b1fee9e06009929a9689b1ae7a.tar.bz2 |
Simplify cNopacityDisplayMenu::SetButtons()
This simplification makes it possible to eliminate the pixmapButtonsText
in cNopacityDisplayMenuView.
Diffstat (limited to 'displaymenuview.h')
-rw-r--r-- | displaymenuview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenuview.h b/displaymenuview.h index 0caa00c..6f5f094 100644 --- a/displaymenuview.h +++ b/displaymenuview.h @@ -67,7 +67,7 @@ class cNopacityDisplayMenuView { void DrawDiskUsage(void); void ShowDiskUsage(bool show); void DrawButton(const char *text, eSkinElementType seButton, tColor buttonColor, tColor borderColor, tColor fontColor, int num); - void ClearButton(int num); + void ClearButton(void); int GetTimersInitHeight(void); int GetTimersMaxHeight(void); cNopacityTimer *DrawTimerConflict(int numConflicts, int y); |