diff options
author | Melanie Thielker | 2010-07-14 19:58:23 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-07-14 19:58:23 +0200 |
commit | bebbe407ee166a0aa22f0ec8d14ada780924f9af (patch) | |
tree | 79e38927939a6e95ff4ff105b357a8d3888a67b8 /OpenSim/Framework | |
parent | Remove useless quaternion parameter from AttachObject sig (diff) | |
download | opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.zip opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.gz opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.bz2 opensim-SC-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.xz |
Major attachments cleanup. Remove unused AttachObject ClientView method
Clean up use of AttachObject throughout, reduce number of overloads
and number of parameters
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 100c861..95aec94 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1019,7 +1019,6 @@ namespace OpenSim.Framework | |||
1019 | 1019 | ||
1020 | void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); | 1020 | void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations); |
1021 | 1021 | ||
1022 | void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID); | ||
1023 | void SetChildAgentThrottle(byte[] throttle); | 1022 | void SetChildAgentThrottle(byte[] throttle); |
1024 | 1023 | ||
1025 | void SendAvatarDataImmediate(ISceneEntity avatar); | 1024 | void SendAvatarDataImmediate(ISceneEntity avatar); |