diff --git a/indra/newview/llwlhandlers.h b/indra/newview/llwlhandlers.h
index 6c093c733d55ac562e295a17af207dc47d25f960..e8908410d9bfd2d77f59552090b7501c084c8e16 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