summaryrefslogtreecommitdiff
path: root/indra/newview/llaccountingcostmanager.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-06-09 13:06:09 -0700
committerRider Linden <rider@lindenlab.com>2015-06-09 13:06:09 -0700
commitaba8d5e488d771f3d30ee75f0fbca30747adb7d1 (patch)
tree010b51485e9b32a0a9a39c8d9da948eaff4c2bb3 /indra/newview/llaccountingcostmanager.cpp
parentcf4fec954ca46a139465144ccc3888b8fc7d41da (diff)
Removed homelocation responder (rolled into llagent)
Removed sdhandler from llagent. Removed unused values from llacountingccostmgr Fixed smart pontier creation in llfacebook
Diffstat (limited to 'indra/newview/llaccountingcostmanager.cpp')
-rwxr-xr-xindra/newview/llaccountingcostmanager.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llaccountingcostmanager.cpp b/indra/newview/llaccountingcostmanager.cpp
index 6337fbe444..f928c84ecb 100755
--- a/indra/newview/llaccountingcostmanager.cpp
+++ b/indra/newview/llaccountingcostmanager.cpp
@@ -35,13 +35,9 @@
//===============================================================================
LLAccountingCostManager::LLAccountingCostManager():
mHttpRequest(),
- mHttpHeaders(),
- mHttpOptions(),
mHttpPolicy(LLCore::HttpRequest::DEFAULT_POLICY_ID)
{
mHttpRequest = LLCore::HttpRequest::ptr_t(new LLCore::HttpRequest());
- mHttpHeaders = LLCore::HttpHeaders::ptr_t(new LLCore::HttpHeaders(), false);
- mHttpOptions = LLCore::HttpOptions::ptr_t(new LLCore::HttpOptions(), false);
//mHttpPolicy = LLCore::HttpRequest::DEFAULT_POLICY_ID;
}