summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2015-10-09 11:40:10 -0400
committerChris Michael <cp.michael@samsung.com>2015-12-03 10:22:37 -0500
commit257e6b564fcf5213432d8728df39120ae44ff813 (patch)
tree59ff9f7b2806a09362a24697f882be41e18f6d90
parent6b1419e3a025171641d8dbc5fb82e3c7549533ab (diff)
downloadelementary-devs/devilhorns/ecore_wl2.tar.gz
elementary: Remove misuse of EINA_UNUSEDdevs/devilhorns/ecore_wl2
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/lib/elm_cnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c
index 55cf376c6..7be51d924 100644
--- a/src/lib/elm_cnp.c
+++ b/src/lib/elm_cnp.c
@@ -3203,7 +3203,7 @@ _wl_dnd_receive(void *data, int type EINA_UNUSED, void *event)
}
static Eina_Bool
-_wl_dnd_end(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED)
+_wl_dnd_end(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
{
Ecore_Wl2_Event_Dnd_End *ev;
Ecore_Wl2_Window *win;