From b8805c8964d45ee9141bcc131473bc4e663e93bf Mon Sep 17 00:00:00 2001
From: Rider Linden <none@none>
Date: Mon, 13 Apr 2015 10:25:21 -0700
Subject: [PATCH] Forgot to remove some commented code.

---
 indra/newview/llwlhandlers.h | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/indra/newview/llwlhandlers.h b/indra/newview/llwlhandlers.h
index 6c093c733d5..e8908410d9b 100755
--- a/indra/newview/llwlhandlers.h
+++ b/indra/newview/llwlhandlers.h
@@ -61,35 +61,4 @@ class LLEnvironmentApply
     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
-- 
GitLab