diff options
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 5 |
3 files changed, 0 insertions, 15 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 |
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 906947e..2063616 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -602,11 +602,6 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
602 | throw new System.NotImplementedException(); | 602 | throw new System.NotImplementedException(); |
603 | } | 603 | } |
604 | 604 | ||
605 | public void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID) | ||
606 | { | ||
607 | throw new System.NotImplementedException(); | ||
608 | } | ||
609 | |||
610 | public void SetChildAgentThrottle(byte[] throttle) | 605 | public void SetChildAgentThrottle(byte[] throttle) |
611 | { | 606 | { |
612 | throw new System.NotImplementedException(); | 607 | throw new System.NotImplementedException(); |
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(); |