This commit is contained in:
thedarkness1981 2009-07-13 00:42:28 +00:00
parent fae66e538d
commit d8bad4932f

View File

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