ecore-wayland: Remove improper use of EINA_UNUSED
authorChris Michael <cp.michael@samsung.com>
Wed, 8 Jul 2015 15:01:13 +0000 (11:01 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 8 Jul 2015 15:48:41 +0000 (11:48 -0400)
Summary: 'version' is actually used inside this function so no need
for EINA_UNUSED here.

@fix

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

index a5d7bd0..fff8dd6 100644 (file)
@@ -624,7 +624,7 @@ _ecore_wl_cb_handle_data(void *data, Ecore_Fd_Handler *hdl)
 }
 
 static void
-_ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned int id, const char *interface, unsigned int version EINA_UNUSED)
+_ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned int id, const char *interface, unsigned int version)
 {
    Ecore_Wl_Display *ewd;
    Ecore_Wl_Global *global;