diff --git a/gfx/d3d9/d3d9.cpp b/gfx/d3d9/d3d9.cpp index c8ec4c0d45..8d53439fce 100644 --- a/gfx/d3d9/d3d9.cpp +++ b/gfx/d3d9/d3d9.cpp @@ -1483,7 +1483,6 @@ const video_driver_t video_d3d9 = { #ifdef HAVE_RGUI nullptr, nullptr, - nullptr, #endif d3d9_set_rotation, d3d9_viewport_info, diff --git a/gfx/sdl_gfx.c b/gfx/sdl_gfx.c index 8b76d73944..b3c8c97ebf 100644 --- a/gfx/sdl_gfx.c +++ b/gfx/sdl_gfx.c @@ -363,7 +363,6 @@ const video_driver_t video_sdl = { #ifdef HAVE_RGUI NULL, NULL, - NULL, #endif NULL, diff --git a/gfx/xvideo.c b/gfx/xvideo.c index 6bedfe240f..64001e9516 100644 --- a/gfx/xvideo.c +++ b/gfx/xvideo.c @@ -795,7 +795,6 @@ const video_driver_t video_xvideo = { #ifdef HAVE_RGUI NULL, NULL, - NULL, #endif NULL,