summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2016-03-29 15:17:15 +0300
committerandreykproductengine <akleshchev@productengine.com>2016-03-29 15:17:15 +0300
commit783cc9756ad6cc07d27bf985171c922aa20b0fc8 (patch)
treeeefccb485d124d264150a7c479dc68843228e0ab /indra/newview/llviewertexturelist.cpp
parent272d40a0892108de5e54f8b440f95e4c270686a7 (diff)
Backed out changeset: ca5d40144cc2
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rwxr-xr-xindra/newview/llviewertexturelist.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 00338cb884..e580ecaba1 100755
--- a/indra/newview/llviewertexturelist.cpp
+++ b/indra/newview/llviewertexturelist.cpp
@@ -183,11 +183,7 @@ void LLViewerTextureList::doPreloadImages()
image->setAddressMode(LLTexUnit::TAM_WRAP);
mImagePreloads.insert(image);
}
- image = LLViewerTextureManager::getFetchedTextureFromFile("cloud-particle.j2c", FTT_LOCAL_FILE, MIPMAP_YES, LLViewerFetchedTexture::BOOST_CLOUDS);
- if (image)
- {
- mImagePreloads.insert(image);
- }
+
}
static std::string get_texture_list_name()