Removing obsolete, and until recently, misdocumented option -verbose .

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17209 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2005-12-17 18:10:51 +00:00
parent cd7a360b61
commit e9c36ee295
2 changed files with 0 additions and 7 deletions

View File

@ -580,12 +580,6 @@ Display even less output and status messages than with \-quiet.
Increment verbosity level, one level for each \-v
found on the command line.
.
.TP
.B \-verbose <0\-4)
Directly set verbosity level.
See \-msglevel for the meaning of each level, taking into
account that \-verbose 0 corresponds to level 5.
.
.
.
.SH "PLAYER OPTIONS (MPLAYER ONLY)"

View File

@ -4,7 +4,6 @@
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
{"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL, 0, -10, NULL},
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
{"msglevel", msgl_config, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},