aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturefetch.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexturefetch.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturefetch.cpp b/linden/indra/newview/lltexturefetch.cpp
index 1b02970..3201055 100644
--- a/linden/indra/newview/lltexturefetch.cpp
+++ b/linden/indra/newview/lltexturefetch.cpp
@@ -55,6 +55,7 @@ class LLTextureFetchWorker : public LLWorkerClass
55 friend class LLTextureFetch; 55 friend class LLTextureFetch;
56 56
57private: 57private:
58#if 0
58 class URLResponder : public LLHTTPClient::Responder 59 class URLResponder : public LLHTTPClient::Responder
59 { 60 {
60 public: 61 public:
@@ -131,7 +132,8 @@ private:
131 LLTextureFetch* mFetcher; 132 LLTextureFetch* mFetcher;
132 LLUUID mID; 133 LLUUID mID;
133 }; 134 };
134 135#endif
136
135 class CacheReadResponder : public LLTextureCache::ReadResponder 137 class CacheReadResponder : public LLTextureCache::ReadResponder
136 { 138 {
137 public: 139 public: