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-08-12 21:53:47 +0200
commitfa7cdef831e160a275c4612a5bd4274a1fe095ea (patch)
treef49286e9e2c3428a67b2ac54593ba24fcad610af /src/gui
parentdfb24aff4c683471fec95392a9d3a46687f40f28 (diff)
downloadMana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.gz
Mana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.bz2
Mana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.xz
Mana-fa7cdef831e160a275c4612a5bd4274a1fe095ea.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. Reviewed-by: Erik Schilling
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 78fc42fb..019d3002 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);