summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-07-31 17:55:40 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-07-31 17:56:17 +0200
commit6b607a737019ff1fb4c5106ff4baed30c3de45f6 (patch)
tree00e30b4c8adf712c7e516abe004c742f0ce420a5 /src/gui
parentc6380acb33a7414c2abe968a8bd056fae93dd10a (diff)
downloadmana-6b607a737019ff1fb4c5106ff4baed30c3de45f6.tar.gz
mana-6b607a737019ff1fb4c5106ff4baed30c3de45f6.tar.bz2
mana-6b607a737019ff1fb4c5106ff4baed30c3de45f6.tar.xz
mana-6b607a737019ff1fb4c5106ff4baed30c3de45f6.zip
Removed ImageLoader and ProxyImage classes
They allowed using gcn::Image, which in turns allows using gcn::Icon and gcn::ImageFont, but none of this is actually used anymore.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 1b600a3d..2e1d006e 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -37,7 +37,6 @@
#include "resources/image.h"
#include "resources/imageset.h"
-#include "resources/imageloader.h"
#include "resources/resourcemanager.h"
#include "resources/theme.h"
@@ -88,10 +87,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);