]> git.sesse.net Git - vlc/blobdiff - plugins/arts/arts.c
This is the first part of the new configuration architecture for vlc.
[vlc] / plugins / arts / arts.c
index 5cf7769aba8bbc47b5a9d1f533299204719d6606..2f324e756999f0ec88ecb20545f5defa8bc087be 100644 (file)
@@ -37,9 +37,6 @@ void _M( aout_getfunctions )( function_list_t * p_function_list );
  * Build configuration tree.
  *****************************************************************************/
 MODULE_CONFIG_START
-    ADD_WINDOW( "Configuration for arts module" )
-        ADD_FRAME( "aRts" )
-            ADD_COMMENT( "This module does not need configuration" )
 MODULE_CONFIG_STOP
 
 MODULE_INIT_START