aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerstats.h')
-rw-r--r--linden/indra/newview/llviewerstats.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/llviewerstats.h b/linden/indra/newview/llviewerstats.h
index a0b80f2..f33ad02 100644
--- a/linden/indra/newview/llviewerstats.h
+++ b/linden/indra/newview/llviewerstats.h
@@ -63,7 +63,7 @@ public:
63 LLStat mSimFPS; 63 LLStat mSimFPS;
64 LLStat mSimPhysicsFPS; 64 LLStat mSimPhysicsFPS;
65 LLStat mSimAgentUPS; 65 LLStat mSimAgentUPS;
66 LLStat mSimLSLIPS; 66 LLStat mSimScriptEPS;
67 67
68 LLStat mSimFrameMsec; 68 LLStat mSimFrameMsec;
69 LLStat mSimNetMsec; 69 LLStat mSimNetMsec;
@@ -185,8 +185,6 @@ public:
185 185
186 void addToMessage(LLSD &body) const; 186 void addToMessage(LLSD &body) const;
187 187
188 static const char *statTypeToText(EStatType type);
189
190private: 188private:
191 F64 mStats[ST_COUNT]; 189 F64 mStats[ST_COUNT];
192 190