diff options
-rw-r--r-- | src/input/input_dvb.c | 15 |
1 files changed, 4 insertions, 11 deletions
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, |