[vlc-commits] libvlc-modules: remove stray commented attribute

Alexandre Janniaux git at videolan.org
Thu Feb 20 10:09:49 CET 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Wed Feb 19 00:31:53 2020 +0100| [6b23d5ed450a5898bbe714c77af7ecb18830394d] | committer: Thomas Guillem

libvlc-modules: remove stray commented attribute

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

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b23d5ed450a5898bbe714c77af7ecb18830394d
---

 src/libvlc-module.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 86fc1b1f1b..d82ad097f3 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 ()
 



More information about the vlc-commits mailing list