(mali_fbdev) Cleanup

This commit is contained in:
twinaphex 2015-11-19 15:40:13 +01:00
parent 55591e97c3
commit 5bf5c7d790

View File

@ -68,14 +68,8 @@ static void gfx_ctx_mali_fbdev_get_video_size(void *data,
{
(void)data;
*width = 0;
*height = 0;
if (g_egl_dpy != EGL_NO_DISPLAY && g_egl_surf != EGL_NO_SURFACE)
{
*width = g_width;
*height = g_height;
}
*width = g_width;
*height = g_height;
}
static bool gfx_ctx_mali_fbdev_init(void *data)