diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-12-17 14:45:47 -0600 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-12-17 14:45:47 -0600 | 
| commit | 4056ab8fbf70a684aea64c8106c72f9e870ebe56 (patch) | |
| tree | fd7814bca680f4137a5c934e60493081e9e38a26 | |
| parent | ee0055f5af672bef8402679fe8cc41717b0b9678 (diff) | |
SH-506 Remove (now obsolete) streaming cost info display.
| -rw-r--r-- | indra/newview/llviewerwindow.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index c929691d2d..96ee3f6180 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -519,10 +519,6 @@ public:  			ypos += y_inc; -			addText(xpos, ypos, llformat("Selection Streaming Cost: %.3f ", LLSelectMgr::getInstance()->getSelection()->getSelectedObjectStreamingCost())); - -			ypos += y_inc; -  			addText(xpos, ypos, llformat("Selection Triangle Count: %.3f Ktris ", LLSelectMgr::getInstance()->getSelection()->getSelectedObjectTriangleCount()/1000.f));  			ypos += y_inc; | 
