3DS: Remove unused struct

This commit is contained in:
Jeffrey Pfau 2015-08-30 17:58:56 -07:00
parent 58ff10457d
commit 7c906e8558
1 changed files with 0 additions and 6 deletions

View File

@ -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);