diff options
author | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-07-30 20:00:04 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflat@schirrmacher.eu> | 2013-07-30 20:00:04 +0200 |
commit | e9a0369650086ae50b2f1c870452c9481ee29c19 (patch) | |
tree | 7ea8d1afc1e0097f0ef7b120ba1e724c8250237e /displaychannel.h | |
parent | 847834c444c7600ff9f1f16e8012a7af6c455b20 (diff) | |
download | skin-flat-e9a0369650086ae50b2f1c870452c9481ee29c19.tar.gz skin-flat-e9a0369650086ae50b2f1c870452c9481ee29c19.tar.bz2 |
move progressbar to baseclass, color changes
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/displaychannel.h b/displaychannel.h index 9dec39a..28b9c9e 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -9,13 +9,9 @@ class cFlatDisplayChannel : public cFlatBaseRender, public cSkinDisplayChannel { cString channelName; cPixmap *chanInfoTopPixmap; - cPixmap *chanInfoProgressPixmap; cPixmap *chanInfoBottomPixmap; int heightBottom; - int progressBarHeight; - - void DrawProgressBar(int Current, int Total); public: cFlatDisplayChannel(bool WithInfo); virtual ~cFlatDisplayChannel(); |