From 8c71954e0892958da444ef5c82173262daa3f46c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 3 Nov 2008 18:33:35 +0000 Subject: * Use nini to pass config information to the client stack, rather than the ClientStackUserSettings class * This conforms better to other module usage --- OpenSim/Framework/Servers/RestSessionService.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Framework/Servers') diff --git a/OpenSim/Framework/Servers/RestSessionService.cs b/OpenSim/Framework/Servers/RestSessionService.cs index 1cfb425..eaeda62 100644 --- a/OpenSim/Framework/Servers/RestSessionService.cs +++ b/OpenSim/Framework/Servers/RestSessionService.cs @@ -77,7 +77,6 @@ namespace OpenSim.Framework.Servers public class RestSessionObjectPosterResponse { - public ReturnResponse ResponseCallback; public void BeginPostObject(string requestUrl, TRequest obj, string sid, string aid) -- cgit v1.1