diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs index 4fdfc32..07e5362 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.PacketHandlers.cs | |||
@@ -133,11 +133,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
133 | } | 133 | } |
134 | } | 134 | } |
135 | 135 | ||
136 | public void StartAnimation(LLUUID animID, int seq, LLUUID agentId) | ||
137 | { | ||
138 | Broadcast(delegate(IClientAPI client) { client.SendAnimation(animID, seq, agentId); }); | ||
139 | } | ||
140 | |||
141 | public virtual void ProcessObjectGrab(uint localID, LLVector3 offsetPos, IClientAPI remoteClient) | 136 | public virtual void ProcessObjectGrab(uint localID, LLVector3 offsetPos, IClientAPI remoteClient) |
142 | { | 137 | { |
143 | EventManager.TriggerObjectGrab(localID, offsetPos, remoteClient); | 138 | EventManager.TriggerObjectGrab(localID, offsetPos, remoteClient); |