summaryrefslogtreecommitdiff
path: root/src/render/graphicsdef.hpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-05 16:24:46 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-05 16:24:46 +0300
commit4cab6fc78e19799f223d951d5ccc9afb303b65f2 (patch)
tree5edbe1cacef94d9514b8d15773be5d00bc653331 /src/render/graphicsdef.hpp
parent82359612155bd99dc2a629a4ad665252b571c122 (diff)
downloadplus-4cab6fc78e19799f223d951d5ccc9afb303b65f2.tar.gz
plus-4cab6fc78e19799f223d951d5ccc9afb303b65f2.tar.bz2
plus-4cab6fc78e19799f223d951d5ccc9afb303b65f2.tar.xz
plus-4cab6fc78e19799f223d951d5ccc9afb303b65f2.zip
Remove duplicate code in renderers.
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r--src/render/graphicsdef.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/graphicsdef.hpp b/src/render/graphicsdef.hpp
index 29cdc4a0f..6d3511f6b 100644
--- a/src/render/graphicsdef.hpp
+++ b/src/render/graphicsdef.hpp
@@ -29,10 +29,6 @@ public:
int w, int h,
const ImageRect &imgRect);
- bool drawNet(const int x1, const int y1,
- const int x2, const int y2,
- const int width, const int height) override final;
-
void beginDraw();
void endDraw();