From 5bc9402fed0b3b0022974f7fd989b7d750b78c92 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Mar 2013 16:16:54 +0100 Subject: [PATCH] (Xbox 1) Build fix --- gfx/context/xdk_ctx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/context/xdk_ctx.c b/gfx/context/xdk_ctx.c index 543b941916..8e6746163f 100644 --- a/gfx/context/xdk_ctx.c +++ b/gfx/context/xdk_ctx.c @@ -410,11 +410,8 @@ const gfx_ctx_driver_t gfx_ctx_xdk = { "xdk", // RARCH_CONSOLE stuff. - NULL, - NULL, gfx_ctx_xdk_get_available_resolutions, gfx_ctx_xdk_check_resolution, - NULL, #if defined(HAVE_RMENU) gfx_ctx_xdk_menu_init,