diff --git a/gfx/sdl_gfx.c b/gfx/sdl_gfx.c index ad607bf3ea..821b37f5f4 100644 --- a/gfx/sdl_gfx.c +++ b/gfx/sdl_gfx.c @@ -370,10 +370,6 @@ const video_driver_t video_sdl = { sdl_gfx_free, "sdl", -#ifdef HAVE_MENU - NULL, -#endif - NULL, sdl_gfx_viewport_info, }; diff --git a/gfx/xvideo.c b/gfx/xvideo.c index 247ed9284c..886fd8b1fa 100644 --- a/gfx/xvideo.c +++ b/gfx/xvideo.c @@ -814,9 +814,6 @@ const video_driver_t video_xvideo = { NULL, xv_free, "xvideo", -#ifdef HAVE_MENU - NULL, -#endif NULL, xv_viewport_info,