From 74e5b40a6c6b3ff32484fee06581f485390276c1 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 18 Mar 2001 00:15:20 +0000 Subject: [PATCH] * Forgot to remove a prototype when creating skeleton plugin. --- plugins/macosx/macosx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/macosx/macosx.c b/plugins/macosx/macosx.c index 4ad06a64b1..7968c15ff6 100644 --- a/plugins/macosx/macosx.c +++ b/plugins/macosx/macosx.c @@ -48,7 +48,6 @@ MODULE_CONFIG_END /***************************************************************************** * Capabilities defined in the other files. *****************************************************************************/ -void _M( aout_getfunctions )( function_list_t * p_function_list ); void _M( vout_getfunctions )( function_list_t * p_function_list ); void _M( intf_getfunctions )( function_list_t * p_function_list ); @@ -89,7 +88,6 @@ MODULE_ACTIVATE return( -1 ); } - _M( aout_getfunctions )( &p_module->p_functions->aout ); _M( vout_getfunctions )( &p_module->p_functions->vout ); _M( intf_getfunctions )( &p_module->p_functions->intf ); -- 2.39.2