summaryrefslogtreecommitdiff
path: root/displayvolume.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-30 20:00:04 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-07-30 20:00:04 +0200
commite9a0369650086ae50b2f1c870452c9481ee29c19 (patch)
tree7ea8d1afc1e0097f0ef7b120ba1e724c8250237e /displayvolume.h
parent847834c444c7600ff9f1f16e8012a7af6c455b20 (diff)
downloadskin-flat-e9a0369650086ae50b2f1c870452c9481ee29c19.tar.gz
skin-flat-e9a0369650086ae50b2f1c870452c9481ee29c19.tar.bz2
move progressbar to baseclass, color changes
Diffstat (limited to 'displayvolume.h')
-rw-r--r--displayvolume.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/displayvolume.h b/displayvolume.h
index cba37a8..96823d4 100644
--- a/displayvolume.h
+++ b/displayvolume.h
@@ -6,13 +6,8 @@ class cFlatDisplayVolume : public cFlatBaseRender, public cSkinDisplayVolume {
private:
bool muted;
- cPixmap *progressBarPixmap;
- int progressBarHeight;
-
cPixmap *labelPixmap;
int labelHeight;
-
- void DrawProgressBar(int Current, int Total);
public:
cFlatDisplayVolume(void);
virtual ~cFlatDisplayVolume();