From d8bad4932f0419cdcae5e98e48d9b97e7b646d9b Mon Sep 17 00:00:00 2001 From: thedarkness1981 Date: Mon, 13 Jul 2009 00:42:28 +0000 Subject: [PATCH] --- source/prompts/PromptWindows.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/prompts/PromptWindows.cpp b/source/prompts/PromptWindows.cpp index 93207a2d..569ee56c 100644 --- a/source/prompts/PromptWindows.cpp +++ b/source/prompts/PromptWindows.cpp @@ -15,7 +15,6 @@ #include "language/gettext.h" #include "libwiigui/gui.h" #include "libwiigui/gui_diskcover.h" -#include "libwiigui/gui_banner.h" #include "network/networkops.h" #include "network/http.h" #include "prompts/PromptWindows.h" @@ -150,8 +149,6 @@ void WindowCredits() int i = 0; int y = 20; - struct mallinfo mymallinfo = mallinfo(); - GuiWindow creditsWindow(screenwidth,screenheight); GuiWindow creditsWindowBox(580,448); creditsWindowBox.SetAlignment(ALIGN_CENTRE, ALIGN_MIDDLE);