diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-12-03 19:36:44 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-12-03 19:36:44 +0000 |
commit | d5eef2d8a6cc0d5855d68d0726565e07d46211b2 (patch) | |
tree | 0138cd5a59971a52b20627f28af4197198f4e2f9 /indra/newview/llviewerstats.cpp | |
parent | 7b7dd4e6f61aa731ef7f9f255014f5b76d5b9fec (diff) |
merge -r 73391:74133 maint-ui-3 -> release
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r-- | indra/newview/llviewerstats.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index 81c10d161c..9d5b301d26 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -51,7 +51,7 @@ #include "lldebugview.h" #include "llfasttimerview.h" #include "llviewerregion.h" -#include "llfloaterhtmlhelp.h" +#include "llfloaterhtml.h" #include "llworld.h" #include "llfeaturemanager.h" #if LL_WINDOWS && LL_LCD_COMPILE @@ -186,7 +186,7 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] = // ST_CROSSING_MAX StatAttributes("CROSSING_MAX", FALSE, FALSE), // ST_LIBXUL_WIDGET_USED - StatAttributes("LibXUL Widget used", FALSE, FALSE), + StatAttributes("LibXUL Widget used", FALSE, FALSE), // Unused // ST_WINDOW_WIDTH StatAttributes("Window width", FALSE, FALSE), // ST_WINDOW_HEIGHT @@ -574,14 +574,6 @@ void update_statistics(U32 frame_count) gViewerStats->mTexturePacketsStat.addValue(LLViewerImageList::sTexturePackets); - // log when the LibXUL (aka Mozilla) widget is used and opened so we can monitor framerate changes - #if LL_LIBXUL_ENABLED - { - BOOL result = gViewerHtmlHelp.getFloaterOpened(); - gViewerStats->setStat(LLViewerStats::ST_LIBXUL_WIDGET_USED, (F64)result); - } - #endif - { static F32 visible_avatar_frames = 0.f; static F32 avg_visible_avatars = 0; |