]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Remove module_GetModulesNamesForCapability
[vlc] / src / libvlc.h
index f7da7b820875b547c5bb2bd71b256e4e32e03260..3d4022daf8b82eb674613a3184c2d696a885457e 100644 (file)
@@ -151,11 +151,6 @@ extern int vlc_object_set_name(vlc_object_t *, const char *);
  */
 extern char *psz_vlcpath;
 
-/* Return a NULL terminated array with the names of the modules that have a
- * certain capability.
- * Free after uses both the string and the table. */
-char **module_GetModulesNamesForCapability (const char * psz_capability,
-                                            char ***psz_longname);
 module_t *module_find_by_shortcut (const char *psz_shortcut);
 
 /**