From 1521113e8f216673c93a4804f5b343988543157e Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 25 Apr 2013 00:03:02 +0200 Subject: [PATCH] Build fixes. --- gfx/d3d9/d3d9.cpp | 1 - gfx/sdl_gfx.c | 1 - gfx/xvideo.c | 1 - 3 files changed, 3 deletions(-) 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,