diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xine/plugin_catalog.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/xine/plugin_catalog.h b/include/xine/plugin_catalog.h index 1c2d5e806..be02c3649 100644 --- a/include/xine/plugin_catalog.h +++ b/include/xine/plugin_catalog.h @@ -71,20 +71,4 @@ struct plugin_catalog_s { }; typedef struct plugin_catalog_s plugin_catalog_t; -/* - * load plugins into catalog - * - * all input+demux plugins will be fully loaded+initialized - * decoder plugins are loaded on demand - * video/audio output plugins have special load/probe functions - */ -void _x_scan_plugins (xine_t *this) XINE_PROTECTED; - - -/* - * dispose all currently loaded plugins (shutdown) - */ - -void _x_dispose_plugins (xine_t *this) XINE_PROTECTED; - #endif |