]> git.sesse.net Git - vlc/blobdiff - include/vlc_plugin.h
Privatize vlc_module_create()
[vlc] / include / vlc_plugin.h
index 7ec1cef4871b2d1ab3443a3e2aa85aa73c567825..76e630fb0131c7c1d95029ddeb7bccb60d656e23 100644 (file)
@@ -29,7 +29,6 @@
  * This file implements plugin (module) macros used to define a vlc module.
  */
 
-VLC_EXPORT( module_t *, vlc_module_create, ( vlc_object_t * ) );
 VLC_EXPORT( module_t *, vlc_submodule_create, ( module_t * ) );
 VLC_EXPORT( int, vlc_module_set, (module_t *module, int propid, ...) );
 VLC_EXPORT( module_config_t *, vlc_config_create, (module_t *, int type) );