summaryrefslogtreecommitdiff
path: root/indra/newview/lltranslate.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-14 11:15:23 -0700
committerRider Linden <rider@lindenlab.com>2015-09-14 11:15:23 -0700
commit97236a42ca08979897d5c7b0826312345754cd67 (patch)
tree55cf5e5757b23f0bc52eb4a2a7270279d6548480 /indra/newview/lltranslate.h
parentf2da6ec2ac7299b62b3c11455356c8c2ab5f2b2b (diff)
MAINT-5507: Remove HTTPClient and related cruft.
Diffstat (limited to 'indra/newview/lltranslate.h')
-rwxr-xr-xindra/newview/lltranslate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltranslate.h b/indra/newview/lltranslate.h
index 49a0105dbb..bf431cdfbb 100755
--- a/indra/newview/lltranslate.h
+++ b/indra/newview/lltranslate.h
@@ -27,7 +27,6 @@
#ifndef LL_LLTRANSLATE_H
#define LL_LLTRANSLATE_H
-#include "llhttpclient.h"
#include "llbufferstream.h"
#include <boost/function.hpp>
@@ -95,7 +94,6 @@ public :
private:
static LLTranslationAPIHandler& getPreferredHandler();
static LLTranslationAPIHandler& getHandler(EService service);
- static void sendRequest(const std::string& url, LLHTTPClient::ResponderPtr responder);
};
#endif