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 7a906d5..fa3c3ce 100644 --- a/displaychannel.h +++ b/displaychannel.h @@ -8,8 +8,7 @@ class cNopacityDisplayChannel : public cSkinDisplayChannel, cThread { private: cOsd *osd; cNopacityDisplayChannelView *channelView; - int FrameTime; - int FadeTime; + bool fadeout; bool initial; bool groupSep; bool channelChange; |