summaryrefslogtreecommitdiff
path: root/indra/newview/llaccountingcostmanager.h
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.h
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.h')
-rwxr-xr-xindra/newview/llaccountingcostmanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llaccountingcostmanager.h b/indra/newview/llaccountingcostmanager.h
index f4d45d43cb..34748894e3 100755
--- a/indra/newview/llaccountingcostmanager.h
+++ b/indra/newview/llaccountingcostmanager.h
@@ -80,8 +80,6 @@ private:
void accountingCostCoro(LLCoros::self& self, std::string url, eSelectionType selectionType, const LLHandle<LLAccountingCostObserver> observerHandle);
LLCore::HttpRequest::ptr_t mHttpRequest;
- LLCore::HttpHeaders::ptr_t mHttpHeaders;
- LLCore::HttpOptions::ptr_t mHttpOptions;
LLCore::HttpRequest::policy_t mHttpPolicy;
};
//===============================================================================