diff options
| author | Rider Linden <none@none> | 2015-04-13 10:25:21 -0700 | 
|---|---|---|
| committer | Rider Linden <none@none> | 2015-04-13 10:25:21 -0700 | 
| commit | b8805c8964d45ee9141bcc131473bc4e663e93bf (patch) | |
| tree | 42ebc8a4be4b2ec81d6346fb710b863ebe3273c1 /indra/newview | |
| parent | fe8dec32dbdd6085dd582c49134551638561ca0e (diff) | |
Forgot to remove some commented code.
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llwlhandlers.h | 31 | 
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 | 
