Remove unused function

This commit is contained in:
twinaphex 2017-06-06 03:49:21 +02:00
parent eee1ff7b46
commit ae98ea7210
1 changed files with 1 additions and 6 deletions

View File

@ -3020,11 +3020,6 @@ bool video_context_driver_set_flags(gfx_ctx_flags_t *flags)
return true;
}
bool video_driver_is_focused(void)
{
return video_driver_cb_has_focus();
}
bool video_driver_has_windowed(void)
{
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)