From 137b47c7e8d6dcefea32e700c5805bf49e646d86 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 10 Mar 2013 04:29:27 +0100 Subject: [PATCH] Remove reference to gfx_ctx_xdk_set_blend --- gfx/context/xdk_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/context/xdk_ctx.c b/gfx/context/xdk_ctx.c index 5777108996..a3eca69ed2 100644 --- a/gfx/context/xdk_ctx.c +++ b/gfx/context/xdk_ctx.c @@ -480,7 +480,7 @@ const gfx_ctx_driver_t gfx_ctx_xdk = { "xdk", // RARCH_CONSOLE stuff. - gfx_ctx_xdk_set_blend, + NULL, NULL, gfx_ctx_xdk_get_available_resolutions, gfx_ctx_xdk_check_resolution,