diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScenePresence.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs index 412c86e..10d429d 100644 --- a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs +++ b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs | |||
@@ -53,7 +53,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
53 | /// All add and remove attachment operations must synchronize on this for the lifetime of their operations. | 53 | /// All add and remove attachment operations must synchronize on this for the lifetime of their operations. |
54 | /// </remarks> | 54 | /// </remarks> |
55 | Object AttachmentsSyncLock { get; } | 55 | Object AttachmentsSyncLock { get; } |
56 | int MaxNumberAttachments { get; } | ||
57 | int GetAttachmentsCount(); | 56 | int GetAttachmentsCount(); |
58 | /// <summary> | 57 | /// <summary> |
59 | /// The scene objects attached to this avatar. | 58 | /// The scene objects attached to this avatar. |