From 0f737da3c19b89f06ce524fc878642783210ea35 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 21 Dec 2004 14:09:20 +0000 Subject: That shouldn't be there. --- src/gui/char_select.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/gui/char_select.cpp b/src/gui/char_select.cpp index 2d9c6e32..9dc57cca 100644 --- a/src/gui/char_select.cpp +++ b/src/gui/char_select.cpp @@ -23,8 +23,6 @@ #include "../graphic/graphic.h" #include "../graphic/2xsai.h" -extern gcn::Gui *gui; - CharSelectDialog::CharSelectDialog(gcn::Container *parent) : Window(parent, "Select Character") { @@ -227,10 +225,6 @@ void charSelect() // Draw background blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600); - // Update gui - gui->logic(); - gui->draw(); - gui_update(NULL); // Draw character @@ -318,10 +312,6 @@ void charCreate() // Draw background blit((BITMAP *)graphic[LOGIN_BMP].dat, buffer, 0, 0, 0, 0, 800, 600); - // Update gui - gui->logic(); - gui->draw(); - gui_update(NULL); // Draw character -- cgit v1.2.3-70-g09d2