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/Client/MXP/ClientStack/MXPClientView.cs | |
parent | Remove useless quaternion parameter from AttachObject sig (diff) | |
download | opensim-SC_OLD-bebbe407ee166a0aa22f0ec8d14ada780924f9af.zip opensim-SC_OLD-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.gz opensim-SC_OLD-bebbe407ee166a0aa22f0ec8d14ada780924f9af.tar.bz2 opensim-SC_OLD-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/Client/MXP/ClientStack/MXPClientView.cs')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 5798a64..ce2e9a1 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1047,11 +1047,6 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1047 | // Minimap function, not used. | 1047 | // Minimap function, not used. |
1048 | } | 1048 | } |
1049 | 1049 | ||
1050 | public void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID) | ||
1051 | { | ||
1052 | // Need to translate to MXP somehow | ||
1053 | } | ||
1054 | |||
1055 | public void SetChildAgentThrottle(byte[] throttle) | 1050 | public void SetChildAgentThrottle(byte[] throttle) |
1056 | { | 1051 | { |
1057 | // Need to translate to MXP somehow | 1052 | // Need to translate to MXP somehow |