diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-07-13 14:53:16 +0000 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2022-07-13 14:53:16 +0000 |
commit | 609632ea1be0e6c06e66abb3ea96ebfa84edf64b (patch) | |
tree | 27662b649012db58251fbc8e1fbeaa37ae24d206 /indra/newview/lltextureview.cpp | |
parent | fca85429c5763ab0bd2a1d4c1be40443e469e375 (diff) | |
parent | 5f8f4754ab66eafeda7349d913ae3acfb71062a0 (diff) |
Merged in SL-17723 Remove use of UDP image fetch
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 b74577315e..cf9211767e 100644 --- a/indra/newview/lltextureview.cpp +++ b/indra/newview/lltextureview.cpp @@ -234,7 +234,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 |