diff options
author | Don Kjer <don@lindenlab.com> | 2007-06-29 01:49:41 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2007-06-29 01:49:41 +0000 |
commit | ad04e5fc55e4bec0958e24e8dc897373eff4001f (patch) | |
tree | 622c614f5c8281302d1840e5c8b16ae7bf7829ff /indra/newview/llviewerstats.cpp | |
parent | e3989d38486c4aaf4701d6239875ea4996d0963b (diff) |
revert: svn merge -r 64506:64505 svn+ssh://svn/svn/linden/release back into release
reverting jakes accidental check in
Diffstat (limited to 'indra/newview/llviewerstats.cpp')
-rw-r--r-- | indra/newview/llviewerstats.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llviewerstats.cpp b/indra/newview/llviewerstats.cpp index fefa86123d..f1df0d39e0 100644 --- a/indra/newview/llviewerstats.cpp +++ b/indra/newview/llviewerstats.cpp @@ -153,11 +153,7 @@ const StatAttributes STAT_INFO[LLViewerStats::ST_COUNT] = // ST_TEX_BAKES StatAttributes("Texture Bakes", FALSE, FALSE), // ST_TEX_REBAKES - StatAttributes("Texture Rebakes", FALSE, FALSE), - - // ST_LOGITECH_KEYBOARD - StatAttributes("Logitech LCD", FALSE, FALSE) - + StatAttributes("Texture Rebakes", FALSE, FALSE) }; LLViewerStats::LLViewerStats() |