diff options
author | Diva Canto | 2010-07-14 14:48:14 -0700 |
---|---|---|
committer | Diva Canto | 2010-07-14 14:48:14 -0700 |
commit | 0d8c0811d381951939efd4e2887b872e81a6a34a (patch) | |
tree | 1424db67347d3e441817cf8860327a8d884b061a /OpenSim/Client/Sirikata | |
parent | Removed a few obsolete mono addin references. Mantis #4854 (diff) | |
parent | Major attachments cleanup. Remove unused AttachObject ClientView method (diff) | |
download | opensim-SC_OLD-0d8c0811d381951939efd4e2887b872e81a6a34a.zip opensim-SC_OLD-0d8c0811d381951939efd4e2887b872e81a6a34a.tar.gz opensim-SC_OLD-0d8c0811d381951939efd4e2887b872e81a6a34a.tar.bz2 opensim-SC_OLD-0d8c0811d381951939efd4e2887b872e81a6a34a.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Client/Sirikata')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index cf7aaf2..b808e95 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -593,11 +593,6 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
593 | throw new System.NotImplementedException(); | 593 | throw new System.NotImplementedException(); |
594 | } | 594 | } |
595 | 595 | ||
596 | public void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID) | ||
597 | { | ||
598 | throw new System.NotImplementedException(); | ||
599 | } | ||
600 | |||
601 | public void SetChildAgentThrottle(byte[] throttle) | 596 | public void SetChildAgentThrottle(byte[] throttle) |
602 | { | 597 | { |
603 | throw new System.NotImplementedException(); | 598 | throw new System.NotImplementedException(); |