aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:27:37 -0500
committerJacek Antonelli2008-09-06 18:27:41 -0500
commitd78e22887482056e9e29cccf2b7a8a675035d040 (patch)
treea0e0fde1b1a8f91d66c3eb84871b0a3c34947419 /linden/indra/newview/llviewerstats.cpp
parentSecond Life viewer sources 1.21.0-RC (diff)
downloadmeta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.zip
meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.gz
meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.bz2
meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.xz
Second Life viewer sources 1.21.1-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerstats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerstats.cpp b/linden/indra/newview/llviewerstats.cpp
index 32d7f63..9034634 100644
--- a/linden/indra/newview/llviewerstats.cpp
+++ b/linden/indra/newview/llviewerstats.cpp
@@ -757,7 +757,6 @@ void send_stats()
757 S32 window_height = gViewerWindow->getWindowDisplayHeight(); 757 S32 window_height = gViewerWindow->getWindowDisplayHeight();
758 S32 window_size = (window_width * window_height) / 1024; 758 S32 window_size = (window_width * window_height) / 1024;
759 misc["string_1"] = llformat("%d", window_size); 759 misc["string_1"] = llformat("%d", window_size);
760 misc["string_1"] = llformat("%.dx%d", window_width, window_height);
761 // misc["string_2"] = 760 // misc["string_2"] =
762// misc["int_1"] = LLFloaterDirectory::sOldSearchCount; // Steve: 1.18.6 761// misc["int_1"] = LLFloaterDirectory::sOldSearchCount; // Steve: 1.18.6
763// misc["int_2"] = LLFloaterDirectory::sNewSearchCount; // Steve: 1.18.6 762// misc["int_2"] = LLFloaterDirectory::sNewSearchCount; // Steve: 1.18.6