[vlc-devel] [PATCH] libvlc-modules: remove stray commented attribute
Alexandre Janniaux
ajanni at videolabs.io
Wed Feb 19 00:31:53 CET 2020
PLAYLIST_USAGE was renamed and this was commented 15 years ago in the
commit 25a0dbbbcee45b3788a45707502be4c71198a08b.
---
src/libvlc-module.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 0cfe65e5a4..6692c181e0 100644
--- a/src/libvlc-module.c
+++ b/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 ()
--
2.25.0
More information about the vlc-devel
mailing list