diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-29 16:15:02 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-29 16:15:02 -0500 |
commit | 7b3f721e7a110f9f63caacb2546207fddb44fc4b (patch) | |
tree | 10364c49f00fb4d7add6e6f1cd73fc634c6019b4 /indra/newview/llappviewer.cpp | |
parent | e2edb5b7519606b31681a00bd01eaa732d75577d (diff) |
SH-3018 WIP - removed audit texture, other unused diagnostic code
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 49fbdbf1df..9378398a76 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -560,7 +560,6 @@ static void settings_modify() LLVOSurfacePatch::sLODFactor *= LLVOSurfacePatch::sLODFactor; //square lod factor to get exponential range of [1,4] gDebugGL = gSavedSettings.getBOOL("RenderDebugGL") || gDebugSession; gDebugPipeline = gSavedSettings.getBOOL("RenderDebugPipeline"); - gAuditTexture = gSavedSettings.getBOOL("AuditTexture"); } class LLFastTimerLogThread : public LLThread |