ecore-drm: Remove unused function

As we no longer have an fd handler to listen on the drm fd, we don't
need this function anymore

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-11-05 09:37:48 -05:00
parent ff8b141f87
commit ebf6d95ed6
1 changed files with 0 additions and 14 deletions

View File

@ -75,20 +75,6 @@ _ecore_drm_device_cb_vblank(int fd EINA_UNUSED, unsigned int frame EINA_UNUSED,
if (!output->pending_flip) _ecore_drm_output_frame_finish(output);
}
static Eina_Bool
_ecore_drm_device_cb_event(void *data, Ecore_Fd_Handler *hdlr EINA_UNUSED)
{
Ecore_Drm_Device *dev;
if (!(dev = data)) return ECORE_CALLBACK_RENEW;
/* DBG("Drm Device Event"); */
drmHandleEvent(dev->drm.fd, &dev->drm_ctx);
return ECORE_CALLBACK_RENEW;
}
#if 0
static Eina_Bool
_ecore_drm_device_cb_idle(void *data)