diff options
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r-- | indra/newview/llviewerstats.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h index 277bf44e48..819438832d 100644 --- a/indra/newview/llviewerstats.h +++ b/indra/newview/llviewerstats.h @@ -34,7 +34,7 @@ #include "llstat.h" -class LLViewerStats +class LLViewerStats : public LLSingleton<LLViewerStats> { public: LLStat mKBitStat; @@ -185,8 +185,6 @@ private: F64 mLastTimeDiff; // used for time stat updates }; -extern LLViewerStats *gViewerStats; - static const F32 SEND_STATS_PERIOD = 300.0f; // The following are from (older?) statistics code found in appviewer. |