diff options
Diffstat (limited to 'src/render/graphicsdef.hpp')
-rw-r--r-- | src/render/graphicsdef.hpp | 4 |
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(); |