]> git.sesse.net Git - vlc/blobdiff - include/vlc_modules.h
Same as previous commit
[vlc] / include / vlc_modules.h
index c8c1acd265052c68cb4f7f0883b61b23fb7c19e4..95f432494cd60a28f9dc55b62596a2d6c26ba77a 100644 (file)
@@ -94,11 +94,6 @@ struct module_t
 
     vlc_bool_t          b_builtin;  /* Set to true if the module is built in */
     vlc_bool_t          b_loaded;        /* Set to true if the dll is loaded */
-
-#ifndef HAVE_SHARED_LIBVLC
-    /* Legacy symbols table */
-    module_symbols_t *p_symbols;
-#endif
 };
 
 /*****************************************************************************