* Remove next local id from SceneBase

* This was only reference by ScenePresence and not used anyway - Scene itself had it's own copy
This commit is contained in:
Justin Clarke Casey
2008-11-07 21:33:11 +00:00
parent a943b7dc7d
commit 47e3d4d1f0
3 changed files with 0 additions and 13 deletions

View File

@@ -45,7 +45,6 @@ namespace OpenSim.Framework
public interface IScene
{
RegionInfo RegionInfo { get; }
uint NextLocalId { get; }
RegionStatus Region_Status { get; set; }
ClientManager ClientManager { get; }