Commit f8881c68 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: added 'obsolute' macros for removed settings

thx to j-b for the reminder
parent e51fad4c
......@@ -112,6 +112,8 @@ vlc_module_begin ()
false )
add_bool( "macosx-interfacestyle", true, INTERFACE_STYLE_TEXT, INTERFACE_STYLE_LONGTEXT,
false )
add_obsolete_bool( "macosx-stretch" ) /* since 1.2.0 */
add_obsolete_bool( "macosx-background" ) /* since 1.2.0 */
add_submodule ()
set_description( "Mac OS X Video Output Provider" )
......
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