From ab7cbe78ea676d5932881152631e6a6eafa530de Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 29 Jun 2014 23:14:53 +0300 Subject: Remove useless bool return value from renderers. --- src/render/openglgraphicsdef.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/openglgraphicsdef.hpp') diff --git a/src/render/openglgraphicsdef.hpp b/src/render/openglgraphicsdef.hpp index 016c2762c..393803789 100644 --- a/src/render/openglgraphicsdef.hpp +++ b/src/render/openglgraphicsdef.hpp @@ -24,7 +24,7 @@ public: void drawRectangle(const Rect &rect, const bool filled); - bool drawNet(const int x1, const int y1, + void drawNet(const int x1, const int y1, const int x2, const int y2, const int width, const int height) override final; -- cgit v1.2.3-60-g2f50