diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-07-13 17:22:01 +0300 |
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2022-07-13 17:22:01 +0300 |
| commit | 5f8f4754ab66eafeda7349d913ae3acfb71062a0 (patch) | |
| tree | 19ec02a463f37f3a33b5d72668599e88b0707509 /indra/newview/lltextureview.cpp | |
| parent | e72c803df01e95d4ce73c0b207b1da9ea89eb144 (diff) | |
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 |
