From ad02b24b25f565a274ff8ec8408acefc1c232e12 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Dec 2012 21:06:21 +0300 Subject: Remove unused drawing class. --- src/graphics.h | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 141de7456..84a4a8418 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -27,7 +27,6 @@ #include "localconsts.h" -class GraphicsVertexes; class Image; class ImageCollection; class ImageVertexes; @@ -199,19 +198,6 @@ class Graphics : public gcn::SDLGraphics void drawImageRect(int x, int y, int w, int h, const ImageRect &imgRect); - virtual bool calcImageRect(GraphicsVertexes *const vert, - const int x, const int y, - const int w, const int h, - const Image *const topLeft, - const Image *const topRight, - const Image *const bottomLeft, - const Image *const bottomRight, - const Image *const top, - const Image *const right, - const Image *const bottom, - const Image *const left, - const Image *const center); - virtual bool calcImageRect(ImageVertexes *const vert, const int x, const int y, const int w, const int h, @@ -225,11 +211,6 @@ class Graphics : public gcn::SDLGraphics const Image *const left, const Image *const center); - virtual void calcImagePattern(GraphicsVertexes *const vert, - const Image *const image, - const int x, const int y, - const int w, const int h) const; - virtual void calcImagePattern(ImageVertexes *const vert, const Image *const image, const int x, const int y, @@ -253,16 +234,6 @@ class Graphics : public gcn::SDLGraphics const Image *const image, int x, int y); - virtual void drawImageRect2(GraphicsVertexes *const vert, - const ImageRect &imgRect); - - virtual void drawImagePattern2(const GraphicsVertexes *const vert, - const Image *const img); - - bool calcWindow(GraphicsVertexes *const vert, - const int x, const int y, const int w, const int h, - const ImageRect &imgRect); - virtual bool calcWindow(ImageCollection *const vertCol, const int x, const int y, const int w, const int h, -- cgit v1.2.3-60-g2f50