summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-16 19:06:00 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-16 19:06:00 +0000
commit8e500b6d305cfe7ed696da2b918ce181916b9ade (patch)
tree299d3e6cdc4a68ed9a100761fd2a7e7517e38a32 /cfg-common.h
parent58dc9b7eb25788a6b38ce2bf37125b14420c9969 (diff)
downloadmpv-8e500b6d305cfe7ed696da2b918ce181916b9ade.tar.bz2
mpv-8e500b6d305cfe7ed696da2b918ce181916b9ade.tar.xz
removed old dvdnav code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18735 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h6
1 files changed, 0 insertions, 6 deletions
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},