summaryrefslogtreecommitdiff
path: root/displaymenuview.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-06-04 14:30:54 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-06-04 14:34:09 +0200
commita14b280f74d683b1fee9e06009929a9689b1ae7a (patch)
treee0dc97d0d8b2503c8dab6b475e515109a3afbe78 /displaymenuview.h
parent3e5e592efd2c46a135ca9d2e7bf157537e7972fe (diff)
downloadskin-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.h2
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);