More dead code (renderforselect) removal.

This commit is contained in:
Shyotl
2011-10-08 02:56:39 -05:00
parent 02c2283e11
commit bf0bb8d59a
6 changed files with 5 additions and 164 deletions

View File

@@ -1420,10 +1420,6 @@ void render_ui_2d()
stop_glerror();
}
gViewerWindow->draw();
if (gDebugSelect)
{
gViewerWindow->drawPickBuffer();
}
// reset current origin for font rendering, in case of tiling render
LLFontGL::sCurOrigin.set(0, 0);