diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-05 23:08:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-05 23:08:18 +0300 |
commit | 6d8828b47e291c0e85645adb60c8969a3f8facf4 (patch) | |
tree | 511891a798232bf886c93b9f5395fb7cbb933bbf /src/gui/gui.cpp | |
parent | 38f2d53aa706e8931c740b0d2ecd15f693b8922c (diff) | |
download | plus-6d8828b47e291c0e85645adb60c8969a3f8facf4.tar.gz plus-6d8828b47e291c0e85645adb60c8969a3f8facf4.tar.bz2 plus-6d8828b47e291c0e85645adb60c8969a3f8facf4.tar.xz plus-6d8828b47e291c0e85645adb60c8969a3f8facf4.zip |
Improve images drawing and remove some useless code.
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r-- | src/gui/gui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 1536feb68..ea6112262 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -42,7 +42,6 @@ #include "resources/image.h" #include "resources/imageset.h" -#include "resources/imageloader.h" #include "resources/resourcemanager.h" #include "utils/langs.h" @@ -89,10 +88,6 @@ Gui::Gui(Graphics *graphics): // Set graphics setGraphics(graphics); - // Set image loader - static ImageLoader imageLoader; - gcn::Image::setImageLoader(&imageLoader); - // Set input guiInput = new SDLInput; setInput(guiInput); |