diff options
Diffstat (limited to 'displayvolume.h')
-rw-r--r-- | displayvolume.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/displayvolume.h b/displayvolume.h index 707bca3..30a4db2 100644 --- a/displayvolume.h +++ b/displayvolume.h @@ -7,15 +7,11 @@ private: int FadeTime; bool initial; bool muted; - int width, height; - int labelHeight; - int progressBarWidth, progressBarHeight; cOsd *osd; cPixmap *pixmapBackgroundTop; cPixmap *pixmapBackgroundBottom; cPixmap *pixmapProgressBar; cPixmap *pixmapLabel; - cFont *font; virtual void Action(void); void DrawProgressBar(int Current, int Total); tColor DrawProgressbarBackground(int left, int top, int width, int height); |