summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-15 23:01:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-15 23:01:06 +0000
commit12d6f6b378872ca4c06a268dc33c4e045f4966e4 (patch)
tree3c1825fc038780d798dafa1a0e898241a39b4555 /cfg-mplayer.h
parent2c26f9bde01798475b05ce5beeec028843c5c5f3 (diff)
downloadmpv-12d6f6b378872ca4c06a268dc33c4e045f4966e4.tar.bz2
mpv-12d6f6b378872ca4c06a268dc33c4e045f4966e4.tar.xz
Remove commented-out and long-gone dapsync options.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31040 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index c1bfa57fcc..5a0ebe7bc0 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -339,8 +339,6 @@ const m_option_t mplayer_opts[]={
{"nocorrect-pts", &user_correct_pts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"noautosync", &autosync, CONF_TYPE_FLAG, 0, 0, -1, NULL},
{"autosync", &autosync, CONF_TYPE_INT, CONF_RANGE, 0, 10000, NULL},
-// {"dapsync", &dapsync, CONF_TYPE_FLAG, 0, 0, 1, NULL},
-// {"nodapsync", &dapsync, CONF_TYPE_FLAG, 0, 1, 0, NULL},
{"softsleep", &softsleep, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#ifdef HAVE_RTC