diff options
Instant Messages between users in the same region should actually now work.
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index a91c35d..e56d361 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -273,23 +273,5 @@ namespace OpenSim.Region.ClientStack | |||
273 | this.ClientThread.Abort(); | 273 | this.ClientThread.Abort(); |
274 | } | 274 | } |
275 | 275 | ||
276 | #region Inventory Creation | ||
277 | private void SetupInventory(AuthenticateResponse sessionInfo) | ||
278 | { | ||
279 | |||
280 | } | ||
281 | private AgentInventory CreateInventory(LLUUID baseFolder) | ||
282 | { | ||
283 | AgentInventory inventory = null; | ||
284 | |||
285 | return inventory; | ||
286 | } | ||
287 | |||
288 | private void CreateInventoryItem(CreateInventoryItemPacket packet) | ||
289 | { | ||
290 | |||
291 | } | ||
292 | #endregion | ||
293 | |||
294 | } | 276 | } |
295 | } | 277 | } |