]> git.sesse.net Git - vlc/commitdiff
libvlc-module: remove description string for removed option --plugin-path
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Fri, 7 Feb 2014 21:55:48 +0000 (23:55 +0200)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Fri, 7 Feb 2014 23:47:20 +0000 (01:47 +0200)
src/libvlc-module.c

index 5b5b7d106743d134ff787e7576a1e7244fd3ad25..98ab470d770d5a9b72088aa7f18873d7813e489c 100644 (file)
@@ -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." )