summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-30 15:41:15 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-30 15:41:15 +0300
commitf98e1eb985bd5d694cd8fce323e5f4c3767dfe71 (patch)
tree1fc971a5d647613cd0a3a6d501ec79e3b931997d
parent90d0f4bb37f63199a50d712d01b73a0ec66af1c5 (diff)
downloadplus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.tar.gz
plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.tar.bz2
plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.tar.xz
plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.zip
Remove unused comments from graphics.
-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;
}