From c15693083ec77cc9730988e797790488df226f4d Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 17 Dec 2008 16:17:08 +0000 Subject: [PATCH] Remove __UNUSED__ as it doesn't make sense here. SVN revision: 38188 --- src/bin/e_int_config_modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_config_modules.h b/src/bin/e_int_config_modules.h index dfc98baa9..1fa80c4b9 100644 --- a/src/bin/e_int_config_modules.h +++ b/src/bin/e_int_config_modules.h @@ -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