diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-24 15:24:15 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-24 15:24:15 +0100 |
commit | 0e5934002fd660a25d844d0f11fa7d2e53a10297 (patch) | |
tree | 19f91e5228c145852ab596d5270a96cf4a8ac54a /include | |
parent | b52f6b993ff035b14221225538087e5e3aa32384 (diff) | |
download | xine-lib-0e5934002fd660a25d844d0f11fa7d2e53a10297.tar.gz xine-lib-0e5934002fd660a25d844d0f11fa7d2e53a10297.tar.bz2 |
Move _x_scan_plugins and _x_dispose_plugins into an internal header, and don't export them anymore.
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 |