From 7c906e855866d015ae23c35c35066d6838ecec21 Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Sun, 30 Aug 2015 17:58:56 -0700 Subject: [PATCH] 3DS: Remove unused struct --- src/platform/3ds/main.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/platform/3ds/main.c b/src/platform/3ds/main.c index ebf453d87..6ae3f55ab 100644 --- a/src/platform/3ds/main.c +++ b/src/platform/3ds/main.c @@ -230,12 +230,6 @@ int main() { .drawFrame = _drawFrame, .pollGameInput = _pollGameInput }; - struct GUIParams params = { - 320, 240, - font, "/", _drawStart, _drawEnd, _pollInput, 0, 0, - - GUI_PARAMS_TRAIL - }; GBAGUIInit(&runner, 0); GBAGUIRunloop(&runner); GBAGUIDeinit(&runner);