diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerstats.cpp | 1 |
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 |