summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturefetch.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-05-10 14:56:52 -0600
committerXiaohong Bao <bao@lindenlab.com>2012-05-10 14:56:52 -0600
commita4eb314b76f7dfb490bed1868eed8af2315c48c8 (patch)
treecc5fe5946093e99a29c16beb83dc9d2862921e10 /indra/newview/lltexturefetch.h
parentcde573b03f7ce389c4cc322d4ce55479c0b9ee53 (diff)
for SH-3132. roll back http concurrency for texture fetching back to 8.
Diffstat (limited to 'indra/newview/lltexturefetch.h')
-rw-r--r--indra/newview/lltexturefetch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.h b/indra/newview/lltexturefetch.h
index 3ac08ecbc2..4d17cd0b7b 100644
--- a/indra/newview/lltexturefetch.h
+++ b/indra/newview/lltexturefetch.h
@@ -110,7 +110,6 @@ public:
inline void decrCurlPOSTCount() { mCurlPOSTRequestCount--; }
bool canIssueHTTPRequest();
- void adjustHTTPConcurrency(bool success);
S32 getHTTPConcurrency();
protected: