From 9d23a40c85dbaa800bafd8c468532301265ed6f3 Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 4 May 2010 11:42:17 -0700 Subject: DEV-49633 WIP LLHTTPClient calls responders with headers _before_ body --- indra/newview/llfloaterurlentry.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llfloaterurlentry.cpp b/indra/newview/llfloaterurlentry.cpp index 002d417e4c..0e802e9736 100644 --- a/indra/newview/llfloaterurlentry.cpp +++ b/indra/newview/llfloaterurlentry.cpp @@ -70,11 +70,6 @@ public: completeAny(status, mime_type); } - virtual void error( U32 status, const std::string& reason ) - { - completeAny(status, LLMIMETypes::getDefaultMimeType()); - } - void completeAny(U32 status, const std::string& mime_type) { // Set empty type to none/none. Empty string is reserved for legacy parcels -- cgit v1.2.3