diff options
author | Richard Linden <none@none> | 2012-07-18 12:37:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-07-18 12:37:52 -0700 |
commit | df7d6c90758eef95f2c8c004611add495b8a5eee (patch) | |
tree | 3262782536d5eb3ce7118db02eb6fd3171c87f62 /indra/newview/llsurface.cpp | |
parent | 5564fcb271d993b1b8a98fae7f832f47f1236fd4 (diff) |
SH-3275 WIP Run viewer metrics for object update messages
continued clean up of llstats stuff
Diffstat (limited to 'indra/newview/llsurface.cpp')
-rw-r--r-- | indra/newview/llsurface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llsurface.cpp b/indra/newview/llsurface.cpp index 66df7dae3e..3bd2d4cabc 100644 --- a/indra/newview/llsurface.cpp +++ b/indra/newview/llsurface.cpp @@ -61,8 +61,6 @@ LLColor4U MAX_WATER_COLOR(0, 48, 96, 240); S32 LLSurface::sTextureSize = 256; -S32 LLSurface::sTexelsUpdated = 0; -F32 LLSurface::sTextureUpdateTime = 0.f; // ---------------- LLSurface:: Public Members --------------- |