From f6c4774eca9dda5a48e5a98da4aea2f868007835 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Tue, 7 Dec 2004 11:13:35 +0000 Subject: remove legacy dvbdisplaychan config option. disable left click->EPG, as it is a little to obtrusive, the EPG is still not stable for some people. CVS patchset: 7199 CVS date: 2004/12/07 11:13:35 --- src/input/input_dvb.c | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 9c3e75a77..eaf9fc5d0 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -1647,9 +1647,12 @@ static void dvb_event_handler (dvb_input_plugin_t *this) { if (channel_menu_visible) { channel_menu_visible = 0; switch_channel (this); - } else { + } +#if 0 /* disable mouse left click -> EPG for now. */ + else { show_eit(this); } +#endif break; case MOUSE_WHEEL_UP: @@ -2499,16 +2502,6 @@ static void *init_class (xine_t *xine, void *data) { xprintf(this->xine,XINE_VERBOSITY_DEBUG,"init class succeeded\n"); - - /* dislay channel name in top left of display */ - config->register_bool(config, "input.dvbdisplaychan", - 0, - _("display DVB channel name"), - _("This will display the current " - "channel name in xine's on-screen-display. " - "Menu button 7 will disable this temporarily."), - 0, NULL, NULL); - /* Enable remembering of last watched channel */ config->register_bool(config, "input.dvb_last_channel_enable", 1, -- cgit v1.2.3