summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-04-13 10:25:21 -0700
committerRider Linden <none@none>2015-04-13 10:25:21 -0700
commitb8805c8964d45ee9141bcc131473bc4e663e93bf (patch)
tree42ebc8a4be4b2ec81d6346fb710b863ebe3273c1 /indra
parentfe8dec32dbdd6085dd582c49134551638561ca0e (diff)
Forgot to remove some commented code.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llwlhandlers.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/indra/newview/llwlhandlers.h b/indra/newview/llwlhandlers.h
index 6c093c733d..e8908410d9 100755
--- a/indra/newview/llwlhandlers.h
+++ b/indra/newview/llwlhandlers.h
@@ -61,35 +61,4 @@ private:
static void environmentApplyCoro(LLCoros::self& self, std::string url, LLSD content);
};
-#if 0
-class LLEnvironmentApplyResponder: public LLHTTPClient::Responder
-{
- LOG_CLASS(LLEnvironmentApplyResponder);
-private:
- /*
- * Expecting reply from sim in form of:
- * {
- * regionID : uuid,
- * messageID: uuid,
- * success : true
- * }
- * or
- * {
- * regionID : uuid,
- * success : false,
- * fail_reason : string
- * }
- */
- /* virtual */ void httpSuccess();
-
- // non-2xx errors only
- /* virtual */ void httpFailure();
-
-private:
- friend class LLEnvironmentApply;
-
- LLEnvironmentApplyResponder() {}
-};
-#endif
-
#endif // LL_LLWLHANDLERS_H