From 76f33e1bf64347fb1a8be931beed59ca1b4d8102 Mon Sep 17 00:00:00 2001 From: Sungho Kwak Date: Thu, 9 May 2013 16:48:46 +0900 Subject: [PATCH] Revert "[cbhm_helper] add __UNUSED__ tag for unused parameter" This reverts commit 4aea3dd17e9c4407be52afdbad4b09368b14e753 Change-Id: I2b1f2e6691f1310dfcbbbfc4350c0395535bc45d --- src/modules/ctxpopup_copypasteUI/cbhm_helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/ctxpopup_copypasteUI/cbhm_helper.c b/src/modules/ctxpopup_copypasteUI/cbhm_helper.c index 37c7300..ff188a5 100644 --- a/src/modules/ctxpopup_copypasteUI/cbhm_helper.c +++ b/src/modules/ctxpopup_copypasteUI/cbhm_helper.c @@ -134,7 +134,7 @@ _cbhm_reply_get(Ecore_X_Window xwin, Ecore_X_Atom property, Ecore_X_Atom *x_data #endif int -_cbhm_item_count_get(Evas_Object *obj __UNUSED__) +_cbhm_item_count_get(Evas_Object *obj) { #ifdef HAVE_ELEMENTARY_X char *ret, count; @@ -183,10 +183,10 @@ _cbhm_item_count_get(Evas_Object *obj) #ifdef HAVE_ELEMENTARY_X Eina_Bool -_cbhm_item_get(Evas_Object *obj __UNUSED__, int index, Ecore_X_Atom *data_type, char **buf) +_cbhm_item_get(Evas_Object *obj, int index, Ecore_X_Atom *data_type, char **buf) #else Eina_Bool -_cbhm_item_get(Evas_Object *obj __UNUSED__, int index __UNUSED__, void *data_type, char **buf) +_cbhm_item_get(Evas_Object *obj, int index, void *data_type, char **buf) #endif { -- 2.7.4