summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-24 15:12:40 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-24 15:12:40 +0300
commit008209179885ab96ad37252d2b4201eff0aca437 (patch)
tree0cc19905c2748788c831385e460ba70bec60c36c /src/render/nullopenglgraphics.cpp
parentb8c77348db8b0bf500cb6a13cce75c61a544c500 (diff)
downloadplus-008209179885ab96ad37252d2b4201eff0aca437.tar.gz
plus-008209179885ab96ad37252d2b4201eff0aca437.tar.bz2
plus-008209179885ab96ad37252d2b4201eff0aca437.tar.xz
plus-008209179885ab96ad37252d2b4201eff0aca437.zip
remove unused setTargetPlane function from renderers.
Diffstat (limited to 'src/render/nullopenglgraphics.cpp')
-rw-r--r--src/render/nullopenglgraphics.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/render/nullopenglgraphics.cpp b/src/render/nullopenglgraphics.cpp
index c81b93990..d1d157503 100644
--- a/src/render/nullopenglgraphics.cpp
+++ b/src/render/nullopenglgraphics.cpp
@@ -1004,11 +1004,6 @@ void NullOpenGLGraphics::fillRectangle(const gcn::Rectangle& rect)
drawRectangle(rect, true);
}
-void NullOpenGLGraphics::setTargetPlane(int width A_UNUSED,
- int height A_UNUSED)
-{
-}
-
void NullOpenGLGraphics::setTexturingAndBlending(const bool enable)
{
if (enable)