diff options
Diffstat (limited to 'src/post/planar/expand.c')
-rw-r--r-- | src/post/planar/expand.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/post/planar/expand.c b/src/post/planar/expand.c index 91b1d15c4..ea7a6ee60 100644 --- a/src/post/planar/expand.c +++ b/src/post/planar/expand.c @@ -61,17 +61,6 @@ /* plugin class initialization function */ void *expand_init_plugin(xine_t *xine, void *); -#if 0 /* moved to planar.c */ -/* plugin catalog information */ -post_info_t expand_special_info = { XINE_POST_TYPE_VIDEO_FILTER }; - -plugin_info_t xine_plugin_info[] = { - /* type, API, "name", version, special_info, init_function */ - { PLUGIN_POST, 4, "expand", XINE_VERSION_CODE, &expand_special_info, &expand_init_plugin }, - { PLUGIN_NONE, 0, "", 0, NULL, NULL } -}; -#endif - /* plugin structures */ typedef struct expand_parameters_s { int enable_automatic_shift; |