From 042901940fc495f51cd23b9dee1daab089fad5b0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 20:13:17 +0100 Subject: options, avi: remove -loadidx/-saveidx This was probably useless even many years ago. --- cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 011b0c568d..762dd0ed95 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -390,8 +390,6 @@ const m_option_t common_opts[] = { // AVI and Ogg only: (re)build index at startup {"idx", &index_mode, CONF_TYPE_FLAG, 0, -1, 1, NULL}, {"forceidx", &index_mode, CONF_TYPE_FLAG, 0, -1, 2, NULL}, - {"saveidx", &index_file_save, CONF_TYPE_STRING, 0, 0, 0, NULL}, - {"loadidx", &index_file_load, CONF_TYPE_STRING, 0, 0, 0, NULL}, // select audio/video/subtitle stream OPT_TRACKCHOICE("aid", audio_id), -- cgit v1.2.3