evas-drm: Remove improper EINA_UNUSED for function parameter

'fd' is actually used in the call to WaitVBlank, so do not mark it as
EINA_UNUSED

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
This commit is contained in:
Chris Michael 2016-06-21 12:07:16 -04:00
parent f5c37f6930
commit c39e8e7555
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ _outbuf_tick_source_set(Outbuf *ob)
}
static void
_outbuf_tick_schedule(int fd EINA_UNUSED, void *data)
_outbuf_tick_schedule(int fd, void *data)
{
if (!ticking) return;