From 8e500b6d305cfe7ed696da2b918ce181916b9ade Mon Sep 17 00:00:00 2001 From: nicodvb Date: Fri, 16 Jun 2006 19:06:00 +0000 Subject: removed old dvdnav code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18735 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index abf4e330c5..c03502e032 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -27,12 +27,6 @@ {"vcd", "-vcd N is deprecated, use vcd://N instead.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL}, {"cuefile", "-cuefile is deprecated, use cue://filename:N where N is the track number.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, {"cdrom-device", &cdrom_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, -#undef USE_DVDNAV -#ifdef USE_DVDNAV - {"dvdnav", "-dvdnav is deprecated, use dvdnav:// instead.\n", CONF_TYPE_PRINT, 0, 0, 1, NULL}, - {"skipopening", &dvd_nav_skip_opening, CONF_TYPE_FLAG, 0, 0, 1, NULL}, - {"noskipopening", &dvd_nav_skip_opening, CONF_TYPE_FLAG, 0, 1, 0, NULL}, -#endif #ifdef USE_DVDREAD {"dvd-device", &dvd_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"dvd", "-dvd N is deprecated, use dvd://N instead.\n" , CONF_TYPE_PRINT, 0, 0, 0, NULL}, -- cgit v1.2.3