diff options
Diffstat (limited to 'displaychannel.h')
-rw-r--r-- | displaychannel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/displaychannel.h b/displaychannel.h index 2a56059..6a76eee 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -7,7 +7,6 @@ class cNopacityDisplayChannel : public cSkinDisplayChannel, cThread { private: cNopacityDisplayChannelView *channelView; - bool doOutput; int FrameTime; int FadeTime; bool initial; @@ -31,4 +30,4 @@ public: virtual void SetMessage(eMessageType Type, const char *Text); virtual void Flush(void); }; -#endif //__NOPACITY_DISPLAYCHANNEL_H
\ No newline at end of file +#endif //__NOPACITY_DISPLAYCHANNEL_H |