From 362f35430a2edd76885f6cd8f3e4565260d2101a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 13 May 2015 22:23:22 +0300 Subject: Remove duplicate function from graphics. --- src/render/graphics.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/render/graphics.h') 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 -- cgit v1.2.3-60-g2f50