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.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/render/graphics.cpp') diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp index 4542a33ae..63ce578e4 100644 --- a/src/render/graphics.cpp +++ b/src/render/graphics.cpp @@ -639,14 +639,6 @@ void Graphics::popClipArea() mClipStack.pop(); } -const ClipRect *Graphics::getCurrentClipArea() const -{ - if (mClipStack.empty()) - return nullptr; - - return &mClipStack.topConst(); -} - #ifdef USE_OPENGL void Graphics::setOpenGLFlags() { -- cgit v1.2.3-60-g2f50