summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolground.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-10-10 15:25:11 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-10-10 15:25:11 +0100
commit393c819477b268aa0a05ec0a006e1dba27d6e6c6 (patch)
tree2516b6f114fd739e2aa59670d77d217264f00de5 /indra/newview/lldrawpoolground.cpp
parent48c2b2496d3ed6aeeebb0bc8950725f8ef7e305f (diff)
VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
Diffstat (limited to 'indra/newview/lldrawpoolground.cpp')
-rw-r--r--indra/newview/lldrawpoolground.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lldrawpoolground.cpp b/indra/newview/lldrawpoolground.cpp
index e950fbfa82..bb7c55e931 100644
--- a/indra/newview/lldrawpoolground.cpp
+++ b/indra/newview/lldrawpoolground.cpp
@@ -85,7 +85,3 @@ void LLDrawPoolGround::render(S32 pass)
glPopMatrix();
}
-void LLDrawPoolGround::renderForSelect()
-{
-}
-