summaryrefslogtreecommitdiff
path: root/src/graphics.h
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/graphics.h
parentdfb24aff4c683471fec95392a9d3a46687f40f28 (diff)
downloadmana-client-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.gz
mana-client-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.bz2
mana-client-fa7cdef831e160a275c4612a5bd4274a1fe095ea.tar.xz
mana-client-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/graphics.h')
-rw-r--r--src/graphics.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 6a17aab4..dc3d249e 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -102,12 +102,6 @@ class Graphics : public gcn::SDLGraphics
bool drawImage(Image *image, int x, int y);
/**
- * Overrides with our own drawing method.
- */
- void drawImage(gcn::Image const *image, int srcX, int srcY,
- int dstX, int dstY, int width, int height);
-
- /**
* Draws a resclaled version of the image
*/
bool drawRescaledImage(Image *image, int srcX, int srcY,