diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-30 15:41:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-30 15:41:15 +0300 |
commit | f98e1eb985bd5d694cd8fce323e5f4c3767dfe71 (patch) | |
tree | 1fc971a5d647613cd0a3a6d501ec79e3b931997d /src/render | |
parent | 90d0f4bb37f63199a50d712d01b73a0ec66af1c5 (diff) | |
download | plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.tar.gz plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.tar.bz2 plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.tar.xz plus-f98e1eb985bd5d694cd8fce323e5f4c3767dfe71.zip |
Remove unused comments from graphics.
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/graphics.cpp | 3 |
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; } |