diff options
author | Dave Parks <davep@lindenlab.com> | 2011-07-09 17:01:59 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-07-09 17:01:59 -0500 |
commit | 33cf789134a941308158853bec1d21737c323eb3 (patch) | |
tree | f1e6069aa3651af0050345fa22f5fbd6fb5557d4 /indra/newview/llviewerwindow.cpp | |
parent | 121c4034db2de1b73bdab6777f49f302d89af3ca (diff) | |
parent | 29d5413ea6c2d0782ab55916d9d9428ae00c1ace (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index d277d5e602..678daec5b7 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -726,19 +726,6 @@ public: } } - if (gSavedSettings.getBOOL("DebugShowUploadCost")) - { - addText(xpos, ypos, llformat(" Meshes: L$%d", gPipeline.mDebugMeshUploadCost)); - ypos += y_inc/2; - addText(xpos, ypos, llformat(" Sculpties: L$%d", gPipeline.mDebugSculptUploadCost)); - ypos += y_inc/2; - addText(xpos, ypos, llformat(" Textures: L$%d", gPipeline.mDebugTextureUploadCost)); - ypos += y_inc/2; - addText(xpos, ypos, "Upload Cost: "); - - ypos += y_inc; - } - //temporary hack to give feedback on mesh upload progress if (!gMeshRepo.mUploads.empty()) { |