diff options
author | MW | 2007-07-27 12:21:52 +0000 |
---|---|---|
committer | MW | 2007-07-27 12:21:52 +0000 |
commit | d143e7b074111c2a4796c6caf05ea5030412d44b (patch) | |
tree | fab873ac99db74c6db0badf677df8345586bd787 /OpenSim/Region/Examples | |
parent | * Removing some housekeeping tagged elements. (diff) | |
download | opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.zip opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.tar.gz opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.tar.bz2 opensim-SC_OLD-d143e7b074111c2a4796c6caf05ea5030412d44b.tar.xz |
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.
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index dd30759..1593f6c 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -63,7 +63,6 @@ namespace SimpleApp | |||
63 | public event UpdateVector OnUpdatePrimScale; | 63 | public event UpdateVector OnUpdatePrimScale; |
64 | public event StatusChange OnChildAgentStatus; | 64 | public event StatusChange OnChildAgentStatus; |
65 | public event GenericCall2 OnStopMovement; | 65 | public event GenericCall2 OnStopMovement; |
66 | public event NewAvatar OnNewAvatar; | ||
67 | public event GenericCall6 OnRemoveAvatar; | 66 | public event GenericCall6 OnRemoveAvatar; |
68 | 67 | ||
69 | public event CreateNewInventoryItem OnCreateNewInventoryItem; | 68 | public event CreateNewInventoryItem OnCreateNewInventoryItem; |