From 509e7f8fc80de9313ae93b01cb7ebac337fb487e Mon Sep 17 00:00:00 2001 From: Toad King Date: Mon, 23 Feb 2015 21:54:44 -0600 Subject: [PATCH] [GX] compile fix --- gfx/drivers/gx_gfx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/drivers/gx_gfx.c b/gfx/drivers/gx_gfx.c index 98cec57efb..a8413b04c2 100644 --- a/gfx/drivers/gx_gfx.c +++ b/gfx/drivers/gx_gfx.c @@ -1149,7 +1149,6 @@ static bool gx_read_viewport(void *data, uint8_t *buffer) } static const video_poke_interface_t gx_poke_interface = { - NULL, NULL, NULL, gx_set_aspect_ratio,