]> git.sesse.net Git - vlc/blobdiff - src/config/config.h
Good riddance the helper module
[vlc] / src / config / config.h
index 53890cd2c9ed84885e45a2586e13819ad1014bf4..9e5b6d5e03ff1112b59e30e556824a5305af4ef4 100644 (file)
@@ -34,9 +34,6 @@ extern "C" {
 int  config_CreateDir( vlc_object_t *, const char * );
 int  config_AutoSaveConfigFile( vlc_object_t * );
 
-/* TODO: remove this, only used for helper module */
-int config_Duplicate( module_t *, module_config_t *, size_t );
-
 void config_Free( module_t * );
 
 void config_SetCallbacks( module_config_t *, module_config_t *, size_t );