mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Removed redundant SceneContents property from Scene. It's the same as SceneGraph property.
This commit is contained in:
@@ -470,11 +470,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return m_authenticateHandler; }
|
||||
}
|
||||
|
||||
public SceneGraph SceneContents
|
||||
{
|
||||
get { return m_sceneGraph; }
|
||||
}
|
||||
|
||||
public bool UseBackup
|
||||
{
|
||||
get { return m_useBackup; }
|
||||
|
||||
Reference in New Issue
Block a user