Browse Source

libvlc-modules: remove stray commented attribute

PLAYLIST_USAGE was renamed and this was commented 15 years ago in the
commit 25a0dbbbce.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
pull/103/head
Alexandre Janniaux 7 years ago
committed by Thomas Guillem
parent
commit
6b23d5ed45
  1. 3
      src/libvlc-module.c

3
src/libvlc-module.c

@ -2929,9 +2929,6 @@ vlc_module_begin ()
add_string( "config", NULL, CONFIG_TEXT, "", false )
change_volatile ()
/* Usage (mainly useful for cmd line stuff) */
/* add_usage_hint( PLAYLIST_USAGE ) */
set_description( N_("core program") )
vlc_module_end ()

Loading…
Cancel
Save