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/normalopenglgraphics.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/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index 2c70a0fbe..874e68fad 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -90,11 +90,6 @@ class NormalOpenGLGraphics final : public Graphics const int scaledWidth, const int scaledHeight) override; - void calcImagePattern(GraphicsVertexes *const vert, - const Image *const image, - const int x, const int y, - const int w, const int h) const override; - void calcImagePattern(ImageVertexes* const vert, const Image *const image, const int x, const int y, @@ -115,9 +110,6 @@ class NormalOpenGLGraphics final : public Graphics void drawTile(const ImageVertexes *const vert) override; - void drawImagePattern2(const GraphicsVertexes *const vert, - const Image *const image) override; - bool calcWindow(ImageCollection *const vertCol, const int x, const int y, const int w, const int h, |