Revert "[cbhm_helper] add __UNUSED__ tag for unused parameter"
authorSungho Kwak <sungho1.kwak@samsung.com>
Thu, 9 May 2013 07:48:46 +0000 (16:48 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 05:07:01 +0000 (14:07 +0900)
This reverts commit 4aea3dd17e9c4407be52afdbad4b09368b14e753

Change-Id: I2b1f2e6691f1310dfcbbbfc4350c0395535bc45d

src/modules/ctxpopup_copypasteUI/cbhm_helper.c

index 37c7300..ff188a5 100644 (file)
@@ -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
 
 {