toolbar: fix unused parameters. 69/141969/1
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 2 Aug 2017 06:30:54 +0000 (15:30 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Wed, 2 Aug 2017 06:31:30 +0000 (15:31 +0900)
Change-Id: Iff64a42eb14f5ec25c773daebdeb09a809e4af12
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/lib/elm_toolbar.c

index a34ac9451f822fe41f8e7ea5bac9fdafdbcc551c..23e57dd1e502c8a3bbc3aa0a394907cdc5b9317b 100644 (file)
@@ -4303,7 +4303,7 @@ _elm_toolbar_item_elm_interface_atspi_component_highlight_grab(Eo *eo_it, Elm_To
 }
 
 EOLIAN static Eina_Bool
-_elm_toolbar_item_elm_interface_atspi_component_highlight_clear(Eo *eo_it, Elm_Toolbar_Item_Data *it)
+_elm_toolbar_item_elm_interface_atspi_component_highlight_clear(Eo *eo_it EINA_UNUSED, Elm_Toolbar_Item_Data *it)
 {
    elm_object_accessibility_highlight_set(EO_OBJ(it), EINA_FALSE);
 ///TIZEN_ONLY(20170717) : expose highlight information on atspi