(DRM/EGL) Always focused

This commit is contained in:
twinaphex 2015-11-19 14:48:35 +01:00
parent 200c42e7ee
commit 599f68bf63

View File

@ -852,13 +852,6 @@ static void gfx_ctx_drm_egl_input_driver(void *data,
static bool gfx_ctx_drm_egl_has_focus(void *data)
{
driver_t *driver = driver_get_ptr();
gfx_ctx_drm_egl_data_t *drm = (gfx_ctx_drm_egl_data_t*)
driver->video_context_data;
(void)data;
if (!drm)
return false;
return true;
}