summaryrefslogtreecommitdiff
path: root/indra/newview/llxmlrpctransaction.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-03-25 11:31:11 -0700
committerRider Linden <none@none>2015-03-25 11:31:11 -0700
commite140118fc41b79e403b299cabe1653af1971e87a (patch)
treea67ab5d98aaec4e6be50ddf67c537a799fcc8d15 /indra/newview/llxmlrpctransaction.cpp
parent3c46c6bcf2afcac5e0d6f435480cbee5c3136f63 (diff)
Replace appearance responder with new LLCore Appearance Handler.
Prep for some slight cleanup of the code. Add AP_AVATAR Policy
Diffstat (limited to 'indra/newview/llxmlrpctransaction.cpp')
-rwxr-xr-xindra/newview/llxmlrpctransaction.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llxmlrpctransaction.cpp b/indra/newview/llxmlrpctransaction.cpp
index f7b886b2d2..702d0c3a29 100755
--- a/indra/newview/llxmlrpctransaction.cpp
+++ b/indra/newview/llxmlrpctransaction.cpp
@@ -401,14 +401,6 @@ LLXMLRPCTransaction::Impl::~Impl()
{
XMLRPC_RequestFree(mResponse, 1);
}
-
- //if (mRequestText)
- //{
- // XMLRPC_Free(mRequestText);
- //}
-
- //delete mCurlRequest;
- //mCurlRequest = NULL ;
}
bool LLXMLRPCTransaction::Impl::process()