X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fchannelinfo.h;h=d436ebb8c8f0761a862c3776b13167423239df99;hp=4cafbceea93c76f497a6b9ccf01f93301f555d98;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd diff --git a/cinelerra-5.1/cinelerra/channelinfo.h b/cinelerra-5.1/cinelerra/channelinfo.h index 4cafbcee..d436ebb8 100644 --- a/cinelerra-5.1/cinelerra/channelinfo.h +++ b/cinelerra-5.1/cinelerra/channelinfo.h @@ -1,6 +1,8 @@ #ifndef CHANNELINFO_H #define CHANNELINFO_H +#ifdef HAVE_DVB + #include "channel.inc" #include "channeldb.h" #include "channelinfo.inc" @@ -265,10 +267,7 @@ public: ChannelPanel *panel; int x0, y0; const char *tip_info; - int in_window, tooltip_done; - int cursor_enter_event(); - int cursor_leave_event(); int repeat_event(int64_t duration); void set_tooltip(const char *tip); @@ -646,5 +645,5 @@ public: }; - +#endif #endif