diff --git a/gfx/video_driver.c b/gfx/video_driver.c index d119be4c59..5a053ae8e5 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -827,11 +827,9 @@ void video_driver_set_osd_msg(const char *msg, void video_driver_set_texture_enable(bool enable, bool fullscreen) { -#ifdef HAVE_MENU if (video_driver_poke && video_driver_poke->set_texture_enable) video_driver_poke->set_texture_enable(video_driver_data, enable, fullscreen); -#endif } void video_driver_set_texture_frame(const void *frame, bool rgb32,