Remove unused function
This commit is contained in:
parent
eee1ff7b46
commit
ae98ea7210
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue