summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r--indra/newview/lltexturefetch.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index 4635b1b88a..669ea3167e 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -55,6 +55,7 @@ class LLTextureFetchWorker : public LLWorkerClass
friend class LLTextureFetch;
private:
+#if 0
class URLResponder : public LLHTTPClient::Responder
{
public:
@@ -131,7 +132,8 @@ private:
LLTextureFetch* mFetcher;
LLUUID mID;
};
-
+#endif
+
class CacheReadResponder : public LLTextureCache::ReadResponder
{
public: