summaryrefslogtreecommitdiff
path: root/src/gui/char_select.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-21 14:09:20 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-21 14:09:20 +0000
commit0f737da3c19b89f06ce524fc878642783210ea35 (patch)
tree6051e6a07f6caae1cd23292f5ae00fc59ed5c279 /src/gui/char_select.cpp
parenta41060c06e0e634f0a24d038c749c35a7ca709a7 (diff)
downloadmana-client-0f737da3c19b89f06ce524fc878642783210ea35.tar.gz
mana-client-0f737da3c19b89f06ce524fc878642783210ea35.tar.bz2
mana-client-0f737da3c19b89f06ce524fc878642783210ea35.tar.xz
mana-client-0f737da3c19b89f06ce524fc878642783210ea35.zip
That shouldn't be there.
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