mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Remove unused function
This commit is contained in:
parent
eee1ff7b46
commit
ae98ea7210
@ -549,7 +549,7 @@ static void video_context_driver_reset(void)
|
|||||||
current_video_context.swap_buffers = swap_buffers_null;
|
current_video_context.swap_buffers = swap_buffers_null;
|
||||||
|
|
||||||
if (current_video_context.has_focus)
|
if (current_video_context.has_focus)
|
||||||
video_driver_cb_has_focus = video_context_has_focus;
|
video_driver_cb_has_focus = video_context_has_focus;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool video_context_driver_set(const gfx_ctx_driver_t *data)
|
bool video_context_driver_set(const gfx_ctx_driver_t *data)
|
||||||
@ -3020,11 +3020,6 @@ bool video_context_driver_set_flags(gfx_ctx_flags_t *flags)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool video_driver_is_focused(void)
|
|
||||||
{
|
|
||||||
return video_driver_cb_has_focus();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool video_driver_has_windowed(void)
|
bool video_driver_has_windowed(void)
|
||||||
{
|
{
|
||||||
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
#if defined(RARCH_CONSOLE) || defined(RARCH_MOBILE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user