elementary: Remove misuse of EINA_UNUSED
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Oct 2015 15:40:10 +0000 (11:40 -0400)
committerChris Michael <cp.michael@samsung.com>
Thu, 3 Dec 2015 15:22:37 +0000 (10:22 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
legacy/elementary/src/lib/elm_cnp.c

index 55cf376..7be51d9 100644 (file)
@@ -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;