diff options
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(); |