aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
diff options
context:
space:
mode:
authorMelanie Thielker2010-07-14 19:58:23 +0200
committerMelanie Thielker2010-07-14 19:58:23 +0200
commitbebbe407ee166a0aa22f0ec8d14ada780924f9af (patch)
tree79e38927939a6e95ff4ff105b357a8d3888a67b8 /OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
parentRemove useless quaternion parameter from AttachObject sig (diff)
downloadopensim-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/Client/VWoHTTP/ClientStack/VWHClientView.cs')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index 13a27f5..841f9a4 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -608,11 +608,6 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
608 throw new System.NotImplementedException(); 608 throw new System.NotImplementedException();
609 } 609 }
610 610
611 public void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID)
612 {
613 throw new System.NotImplementedException();
614 }
615
616 public void SetChildAgentThrottle(byte[] throttle) 611 public void SetChildAgentThrottle(byte[] throttle)
617 { 612 {
618 throw new System.NotImplementedException(); 613 throw new System.NotImplementedException();