Commit b04dd1e9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

parent-item is not used: mark it obsolete

parent 46cdf014
......@@ -61,8 +61,7 @@ vlc_module_begin ()
add_bool( "playlist-autostart", true, NULL,
AUTOSTART_TEXT, AUTOSTART_LONGTEXT, false )
add_integer( "parent-item", 0, NULL, NULL, NULL, true )
change_internal ()
add_obsolete_integer( "parent-item" ) /* removed since 1.1.0 */
add_bool( "playlist-skip-ads", true, NULL,
SKIP_ADS_TEXT, SKIP_ADS_LONGTEXT, false )
......
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