From fa7cdef831e160a275c4612a5bd4274a1fe095ea Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Tue, 31 Jul 2012 17:55:40 +0200 Subject: 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 --- src/graphics.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 6a17aab4..dc3d249e 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -101,12 +101,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 */ -- cgit v1.2.3-70-g09d2