aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-04-16 23:29:36 +0100
committerJustin Clark-Casey (justincc)2010-04-16 23:29:36 +0100
commitab3af43d5e363a47d103f75f8ee346f476dbe15d (patch)
treef08011bd113af6d58b02821c2994c3a855246c6c /OpenSim
parentMerge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-ab3af43d5e363a47d103f75f8ee346f476dbe15d.zip
opensim-SC_OLD-ab3af43d5e363a47d103f75f8ee346f476dbe15d.tar.gz
opensim-SC_OLD-ab3af43d5e363a47d103f75f8ee346f476dbe15d.tar.bz2
opensim-SC_OLD-ab3af43d5e363a47d103f75f8ee346f476dbe15d.tar.xz
refactor: remove now unused internal method SendAttachEvent()
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.Inventory.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
index e3f1636..7661068 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
@@ -1868,11 +1868,6 @@ namespace OpenSim.Region.Framework.Scenes
1868 EventManager.TriggerStopScript(part.LocalId, itemID); 1868 EventManager.TriggerStopScript(part.LocalId, itemID);
1869 } 1869 }
1870 1870
1871 internal void SendAttachEvent(uint localID, UUID itemID, UUID avatarID)
1872 {
1873 EventManager.TriggerOnAttach(localID, itemID, avatarID);
1874 }
1875
1876 public void GetScriptRunning(IClientAPI controllingClient, UUID objectID, UUID itemID) 1871 public void GetScriptRunning(IClientAPI controllingClient, UUID objectID, UUID itemID)
1877 { 1872 {
1878 EventManager.TriggerGetScriptRunning(controllingClient, objectID, itemID); 1873 EventManager.TriggerGetScriptRunning(controllingClient, objectID, itemID);