diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-13 22:23:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-13 22:23:22 +0300 |
commit | 362f35430a2edd76885f6cd8f3e4565260d2101a (patch) | |
tree | 22d8092d1611f252abdeaf09fc342628f1d87da1 /src/render/graphics.h | |
parent | aa03bdb26c736e7d506d656a5529cf6a4e9fe6b4 (diff) | |
download | plus-362f35430a2edd76885f6cd8f3e4565260d2101a.tar.gz plus-362f35430a2edd76885f6cd8f3e4565260d2101a.tar.bz2 plus-362f35430a2edd76885f6cd8f3e4565260d2101a.tar.xz plus-362f35430a2edd76885f6cd8f3e4565260d2101a.zip |
Remove duplicate function from graphics.
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index c43471f66..62a3848d7 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -409,14 +409,6 @@ class Graphics notfinal */ virtual void drawRectangle(const Rect &rectangle) = 0; - /** - * Gets the current clip area. Usefull if you want to do drawing - * bypassing Graphics. - * - * @return The current clip area. - */ - virtual const ClipRect *getCurrentClipArea() const; - #ifdef USE_OPENGL virtual void createGLContext(); #endif |