mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Unneeded gdi_has_menu_frame
This commit is contained in:
parent
b42897d0b6
commit
be76958070
@ -62,8 +62,6 @@ void create_graphics_context(HWND hwnd, bool *quit);
|
||||
|
||||
void create_gdi_context(HWND hwnd, bool *quit);
|
||||
|
||||
bool gdi_has_menu_frame(void *data);
|
||||
|
||||
bool win32_get_video_output(DEVMODE *dm, int mode, size_t len);
|
||||
|
||||
#if !defined(__WINRT__)
|
||||
|
@ -601,12 +601,6 @@ static void gdi_gfx_set_viewport(void *data, unsigned viewport_width,
|
||||
{
|
||||
}
|
||||
|
||||
bool gdi_has_menu_frame(void *data)
|
||||
{
|
||||
gdi_t *gdi = (gdi_t*)data;
|
||||
return (gdi->menu_frame != NULL);
|
||||
}
|
||||
|
||||
video_driver_t video_gdi = {
|
||||
gdi_gfx_init,
|
||||
gdi_gfx_frame,
|
||||
|
Loading…
x
Reference in New Issue
Block a user