Commit 75895849 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix duplicated option.

(cherry picked from commit fec5ea6a008cbe07fdc3f07fe0bf3a668fe20e4b)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 6364e14f
......@@ -2783,8 +2783,6 @@ vlc_module_begin ()
change_volatile ()
add_string( "config", NULL, NULL, CONFIG_TEXT, "", false )
change_volatile ()
add_bool( "version", false, NULL, VERSION_TEXT, "", false )
change_volatile ()
/* Usage (mainly useful for cmd line stuff) */
/* add_usage_hint( PLAYLIST_USAGE ) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment