1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Remove commented-out and long-gone dapsync options.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31040 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-04-15 23:01:06 +00:00
parent 2c26f9bde0
commit 12d6f6b378

View File

@ -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