evas-software-x11: Remove improper EINA_UNUSED for function parameter
authorChris Michael <cp.michael@samsung.com>
Fri, 27 Feb 2015 15:29:06 +0000 (10:29 -0500)
committerChris Michael <cp.michael@samsung.com>
Fri, 27 Feb 2015 15:29:06 +0000 (10:29 -0500)
commit24c92d8caf5a29aa1bcf87e933df345437310e77
tree952bc947902c756ffa6bb8a32fee2e5fdc415acb
parent99e0695e424823225fce00dc543102ceac5a7961
evas-software-x11: Remove improper EINA_UNUSED for function parameter

Summary: In the _native_bind_cb function, the data parameter is
actually used inside here, so having EINA_UNUSED on the function
parameter is incorrect.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/evas/engines/software_x11/evas_xlib_image.c