summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/char_select.cpp')
-rw-r--r--src/gui/char_select.cpp10
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