aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index d1f5378..4715326 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -710,7 +710,6 @@ namespace OpenSim.Framework
710 Vector3 StartPos { get; set; } 710 Vector3 StartPos { get; set; }
711 711
712 UUID AgentId { get; } 712 UUID AgentId { get; }
713 bool SupportObjectAnimations { get; set; }
714 713
715 /// <summary> 714 /// <summary>
716 /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it 715 /// The scene agent for this client. This will only be set if the client has an agent in a scene (i.e. if it
@@ -1515,5 +1514,6 @@ namespace OpenSim.Framework
1515 void SendAgentTerseUpdate(ISceneEntity presence); 1514 void SendAgentTerseUpdate(ISceneEntity presence);
1516 1515
1517 void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); 1516 void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data);
1517 void CheckViewerCaps();
1518 } 1518 }
1519} 1519}