diff options
-rw-r--r-- | src/gui/char_select.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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 |