diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-16 17:11:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-16 17:11:14 -0500 |
commit | dc1ed195119d9ccc2b21111ea16663ffce4942c8 (patch) | |
tree | bf9266292ef68505c1ca51fc678c210a6ba732c6 /indra/newview/lltextureview.cpp | |
parent | ae17d1e9a02769b352d03446ce7f7b7ccd800aec (diff) | |
parent | 5bb9b6cada31aedfd19b6947ddff0e07dc2b66b7 (diff) |
Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/lltextureview.cpp')
-rw-r--r-- | indra/newview/lltextureview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltextureview.cpp b/indra/newview/lltextureview.cpp index f0e9cee101..1f4f086352 100644 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -223,7 +223,6 @@ void LLTextureBar::draw() { "DSK", LLColor4::cyan }, // LOAD_FROM_TEXTURE_CACHE { "DSK", LLColor4::blue }, // CACHE_POST { "NET", LLColor4::green }, // LOAD_FROM_NETWORK - { "SIM", LLColor4::green }, // LOAD_FROM_SIMULATOR { "HTW", LLColor4::green }, // WAIT_HTTP_RESOURCE { "HTW", LLColor4::green }, // WAIT_HTTP_RESOURCE2 { "REQ", LLColor4::yellow },// SEND_HTTP_REQ |