Cleanup xv_focus

This commit is contained in:
twinaphex 2015-11-19 11:14:28 +01:00
parent d23557d38e
commit eb31cf4d43

View File

@ -788,9 +788,6 @@ static bool xv_frame(void *data, const void *frame, unsigned width,
static bool xv_focus(void *data)
{
xv_t *xv = (xv_t*)data;
if (!xv)
return false;
return g_x11_has_focus;
}