ecore-wl2: Remove incorrect EINA_UNUSED

These parameters are actually used inside this function so remove the
EINA_UNUSED

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-01-10 11:49:10 -05:00
parent 2bd880c6c7
commit 07433065aa
1 changed files with 1 additions and 1 deletions

View 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;