Remove __UNUSED__ as it doesn't make sense here.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 17 Dec 2008 16:17:08 +0000 (16:17 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 17 Dec 2008 16:17:08 +0000 (16:17 +0000)
SVN revision: 38188

src/bin/e_int_config_modules.h

index dfc98baa9c9b67035d8a73e00a70213a2ad79e97..1fa80c4b91add98c01d4e5cbef3b821c87fa310f 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef E_INT_CONFIG_MODULES_H
 #define E_INT_CONFIG_MODULES_H
 
-EAPI E_Config_Dialog *e_int_config_modules(E_Container *con, const char *params __UNUSED__);
+EAPI E_Config_Dialog *e_int_config_modules(E_Container *con, const char *params);
 
 #endif
 #endif