aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
authorDiva Canto2010-07-14 14:48:14 -0700
committerDiva Canto2010-07-14 14:48:14 -0700
commit0d8c0811d381951939efd4e2887b872e81a6a34a (patch)
tree1424db67347d3e441817cf8860327a8d884b061a /OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
parentRemoved a few obsolete mono addin references. Mantis #4854 (diff)
parentMajor attachments cleanup. Remove unused AttachObject ClientView method (diff)
downloadopensim-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/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index af9df45..f6e6163 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -536,10 +536,6 @@ namespace OpenSim.Region.Examples.SimpleModule
536 { 536 {
537 } 537 }
538 538
539 public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID)
540 {
541 }
542
543 public virtual void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) 539 public virtual void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels)
544 { 540 {
545 } 541 }