From d143e7b074111c2a4796c6caf05ea5030412d44b Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 27 Jul 2007 12:21:52 +0000 Subject: A few changes so that the number of warnings is less but without deleting everything. Like, I removed the Obsolete from the old caps method as at this time not all caps calls can use the new Caps stream method as it doesn't properly deal with LLSD Arrays. Now down to 3 warnings on the events in IClientAPI and for now I think we have to live with them as I think most of those events will be used. --- OpenSim/Framework/General/NullClientAPI.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Framework/General/NullClientAPI.cs') diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index aefb384..9815aca 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs @@ -49,7 +49,6 @@ namespace OpenSim.Framework public event UpdateVector OnUpdatePrimScale; public event StatusChange OnChildAgentStatus; public event GenericCall2 OnStopMovement; - public event NewAvatar OnNewAvatar; public event GenericCall6 OnRemoveAvatar; public event CreateNewInventoryItem OnCreateNewInventoryItem; -- cgit v1.1