]> git.sesse.net Git - vlc/blobdiff - include/vlc_modules.h
Remove unneeded psz_program hack.
[vlc] / include / vlc_modules.h
index 70d0373398ebd5e7a0d8918d8d1369c3de6db99a..9f3cd514bdfef4ee82b85f9900fe22f909493d69 100644 (file)
@@ -59,11 +59,6 @@ struct module_t
     const char *psz_longname;                   /**< Module descriptive name */
     const char *psz_help;        /**< Long help string for "special" modules */
 
-    /*
-     * Variables set by the module to tell us what it can do
-     */
-    const char *psz_program; /**< Program name which will activate the module */
-
     /** Shortcuts to the module */
     const char *pp_shortcuts[ MODULE_SHORTCUT_MAX ];