diff options
author | Justin Clark-Casey (justincc) | 2012-06-30 01:14:49 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-30 01:14:49 +0100 |
commit | a4551b027bc3f9dfcf79f74210a1156abfb7bb2f (patch) | |
tree | e07fea6ca3111135806559594ffc1c87209c1d7e /OpenSim/Services/Interfaces | |
parent | Remove code listed for removal in 0.7.3 that handled script restart for incom... (diff) | |
download | opensim-SC_OLD-a4551b027bc3f9dfcf79f74210a1156abfb7bb2f.zip opensim-SC_OLD-a4551b027bc3f9dfcf79f74210a1156abfb7bb2f.tar.gz opensim-SC_OLD-a4551b027bc3f9dfcf79f74210a1156abfb7bb2f.tar.bz2 opensim-SC_OLD-a4551b027bc3f9dfcf79f74210a1156abfb7bb2f.tar.xz |
Removing unused handling of incoming create object by userID and itemID only.
It appears this was never actually used since attachments were rezzed in other code.
This was never available on remote simulator comms, only local.
Diffstat (limited to 'OpenSim/Services/Interfaces')
-rw-r--r-- | OpenSim/Services/Interfaces/ISimulationService.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Services/Interfaces/ISimulationService.cs b/OpenSim/Services/Interfaces/ISimulationService.cs index 4e52532..b10a85c 100644 --- a/OpenSim/Services/Interfaces/ISimulationService.cs +++ b/OpenSim/Services/Interfaces/ISimulationService.cs | |||
@@ -110,16 +110,6 @@ namespace OpenSim.Services.Interfaces | |||
110 | /// <returns></returns> | 110 | /// <returns></returns> |
111 | bool CreateObject(GridRegion destination, Vector3 newPosition, ISceneObject sog, bool isLocalCall); | 111 | bool CreateObject(GridRegion destination, Vector3 newPosition, ISceneObject sog, bool isLocalCall); |
112 | 112 | ||
113 | /// <summary> | ||
114 | /// Create an object from the user's inventory in the destination region. | ||
115 | /// This message is used primarily by clients. | ||
116 | /// </summary> | ||
117 | /// <param name="regionHandle"></param> | ||
118 | /// <param name="userID"></param> | ||
119 | /// <param name="itemID"></param> | ||
120 | /// <returns></returns> | ||
121 | bool CreateObject(GridRegion destination, UUID userID, UUID itemID); | ||
122 | |||
123 | #endregion Objects | 113 | #endregion Objects |
124 | 114 | ||
125 | } | 115 | } |