Remove __UNUSED__ as it doesn't make sense here.

SVN revision: 38188
devs/princeamd/enlightenment-0.17-elive
Cedric BAIL 14 years ago
parent be8de8a554
commit c15693083e
  1. 2
      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

Loading…
Cancel
Save