From 499727c9bff7109dc21af931ccb54075f1aa115a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 19 Aug 2010 16:53:20 +0000 Subject: [PATCH] Add UNUSED SVN revision: 51414 --- src/modules/conf/e_mod_main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/conf/e_mod_main.c b/src/modules/conf/e_mod_main.c index 735bd5313..a92b8bda1 100644 --- a/src/modules/conf/e_mod_main.c +++ b/src/modules/conf/e_mod_main.c @@ -121,6 +121,7 @@ _gc_id_new(E_Gadcon_Client_Class *client_class __UNUSED__) return _gadcon_class.name; } +/* static void _cb_button_click(void *data __UNUSED__, void *data2 __UNUSED__) { @@ -129,9 +130,10 @@ _cb_button_click(void *data __UNUSED__, void *data2 __UNUSED__) a = e_action_find("configuration"); if ((a) && (a->func.go)) a->func.go(NULL, NULL); } +*/ static void -_cb_action_conf(void *data, Evas_Object *obj, const char *emission, const char *source) +_cb_action_conf(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNUSED__, const char *source __UNUSED__) { Instance *inst; E_Action *a;