Remove __UNUSED__ as it doesn't make sense here.

SVN revision: 38188
This commit is contained in:
Cedric BAIL 2008-12-17 16:17:08 +00:00
parent be8de8a554
commit c15693083e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#ifndef E_INT_CONFIG_MODULES_H #ifndef E_INT_CONFIG_MODULES_H
#define 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
#endif #endif