Browse Source

control/dummy: make dummy-quiet obsolete on all Windows

It doesn't matter if it's in UWP builds or not.
That option is not even used in 3.0.
pull/162/head
Steve Lhomme 3 years ago
parent
commit
cf06cc15b4
  1. 2
      modules/control/dummy.c

2
modules/control/dummy.c

@ -40,7 +40,7 @@ vlc_module_begin ()
set_description( N_("Dummy interface") )
set_capability( "interface", 0 )
set_callback( Open )
#if defined(_WIN32) && !defined(VLC_WINSTORE_APP)
#if defined(_WIN32)
add_obsolete_bool( "dummy-quiet" ) /* since 4.0.0 */
#endif
vlc_module_end ()

Loading…
Cancel
Save