diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-06 21:06:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-06 21:06:21 +0300 |
commit | ad02b24b25f565a274ff8ec8408acefc1c232e12 (patch) | |
tree | b6e1e935fdfab13cae4451a12c59b014a1d8c4a6 /src/safeopenglgraphics.h | |
parent | 6cd4c1a2b02726766ad0d5317013ba2e1314c127 (diff) | |
download | plus-ad02b24b25f565a274ff8ec8408acefc1c232e12.tar.gz plus-ad02b24b25f565a274ff8ec8408acefc1c232e12.tar.bz2 plus-ad02b24b25f565a274ff8ec8408acefc1c232e12.tar.xz plus-ad02b24b25f565a274ff8ec8408acefc1c232e12.zip |
Remove unused drawing class.
Diffstat (limited to 'src/safeopenglgraphics.h')
-rw-r--r-- | src/safeopenglgraphics.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/safeopenglgraphics.h b/src/safeopenglgraphics.h index cd79f213f..9be2ba943 100644 --- a/src/safeopenglgraphics.h +++ b/src/safeopenglgraphics.h @@ -83,22 +83,6 @@ class SafeOpenGLGraphics final : public Graphics const int scaledWidth, const int scaledHeight) override; - 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) override; - - void drawImageRect2(GraphicsVertexes *const vert, - const ImageRect &imgRect) override; - void calcTile(ImageVertexes *const vert, const Image *const image, int x, int y) const override; |