[vlc-commits] libvlc-module: remove description string for removed option --plugin-path

Hugo Beauzée-Luyssen git at videolan.org
Sat Feb 8 00:49:15 CET 2014


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Feb  7 23:55:48 2014 +0200| [f267e0a356af32898a8c5cb36104a9010b68e6af] | committer: Hugo Beauzée-Luyssen

libvlc-module: remove description string for removed option --plugin-path

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

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

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 5b5b7d1..98ab470 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1030,10 +1030,6 @@ static const char *const ppsz_prefres[] = {
      "This option is useful if you want to lower the latency when " \
      "reading a stream")
 
-#define PLUGIN_PATH_LONGTEXT N_( \
-    "Additional path for VLC to look for its modules. You can add " \
-    "several paths by concatenating them using \" PATH_SEP \" as separator")
-
 #define VLM_CONF_TEXT N_("VLM configuration file")
 #define VLM_CONF_LONGTEXT N_( \
     "Read a VLM configuration file as soon as VLM is started." )



More information about the vlc-commits mailing list