Commit aefd2b47 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Works this time

parent 5233af32
......@@ -124,7 +124,6 @@ E_(vlc_entry) ( module_t *p_module );
module_t *p_submodule = p_module /* the ; gets added */
#define vlc_module_end( ) \
p_submodule->pp_shortcuts[ i_shortcut ] = NULL; \
} \
res = config_Duplicate( p_module, p_config, ++i_config ); \
for( size_t i = 0; i < i_config; i++ ) \
......
......@@ -71,6 +71,7 @@ struct module_cache_t
};
#if 0
#define MODULE_SHORTCUT_MAX 50
/* The module handle type. */
......@@ -89,7 +90,6 @@ typedef void * module_handle_t;
typedef shl_t module_handle_t;
#endif
#if 0
/**
* Internal module descriptor
*/
......
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