ecore-wl2: Remove incorrect EINA_UNUSED
authorChris Michael <cp.michael@samsung.com>
Tue, 10 Jan 2017 16:49:10 +0000 (11:49 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 10 Jan 2017 16:49:10 +0000 (11:49 -0500)
These parameters are actually used inside this function so remove the
EINA_UNUSED

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/ecore_wl2_window.c

index c5a81d9..942be3f 100644 (file)
@@ -187,7 +187,7 @@ static const struct xdg_surface_listener _xdg_surface_listener =
 };
 
 static void
-_zxdg_surface_cb_configure(void *data, struct zxdg_surface_v6 *zxdg_surface EINA_UNUSED, uint32_t serial EINA_UNUSED)
+_zxdg_surface_cb_configure(void *data, struct zxdg_surface_v6 *zxdg_surface, uint32_t serial)
 {
    Ecore_Wl2_Window *window;