summaryrefslogtreecommitdiff
path: root/src/render/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r--src/render/graphics.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp
index 05baa9d64..3e8f2c46a 100644
--- a/src/render/graphics.cpp
+++ b/src/render/graphics.cpp
@@ -536,8 +536,6 @@ bool Graphics::calcImageRect(ImageVertexes *const vert,
const bool drawMain = center && topLeft && topRight
&& bottomLeft && bottomRight;
-// pushClipArea(gcn::Rectangle(x, y, w, h));
-
// Draw the center area
if (center && drawMain)
{
@@ -580,7 +578,6 @@ bool Graphics::calcImageRect(ImageVertexes *const vert,
}
}
-// popClipArea();
BLOCK_END("Graphics::calcImageRect")
return 0;
}