mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
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.
This commit is contained in:
@@ -126,7 +126,6 @@ namespace OpenSim.Framework.Interfaces
|
||||
event UpdateVector OnUpdatePrimScale;
|
||||
event StatusChange OnChildAgentStatus;
|
||||
event GenericCall2 OnStopMovement;
|
||||
event NewAvatar OnNewAvatar;
|
||||
event GenericCall6 OnRemoveAvatar;
|
||||
|
||||
event CreateNewInventoryItem OnCreateNewInventoryItem;
|
||||
|
||||
Reference in New Issue
Block a user