Commit 74e5b40a authored by Sam Hocevar's avatar Sam Hocevar

  * Forgot to remove a prototype when creating skeleton plugin.
parent 52f0fa68
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment