diff options
Diffstat (limited to 'volumebox.h')
-rw-r--r-- | volumebox.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/volumebox.h b/volumebox.h index 5284e1a..e2618bf 100644 --- a/volumebox.h +++ b/volumebox.h @@ -10,8 +10,7 @@ private: cPixmap *pixmapBackgroundVolume; cPixmap *pixmapProgressBarVolume; cPixmap *pixmapLabelVolume; - void DrawProgressBar(int Current, int Total); - tColor DrawProgressbarBackground(int left, int top, int width, int height); + void DrawProgressBarBackground(int Current, int Total); public: cNopacityVolumeBox(cOsd *Osd, const cRect &Rect); ~cNopacityVolumeBox(void); |