mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Remove vestigal RegionStatus.SlaveScene.
This appears to be code clutter since the code that uses this has long gone.
This commit is contained in:
@@ -33,15 +33,12 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public delegate void restart(RegionInfo thisRegion);
|
||||
|
||||
//public delegate void regionup (RegionInfo thisRegion);
|
||||
|
||||
public enum RegionStatus : int
|
||||
{
|
||||
Down = 0,
|
||||
Up = 1,
|
||||
Crashed = 2,
|
||||
Starting = 3,
|
||||
SlaveScene = 4
|
||||
};
|
||||
|
||||
/// <value>
|
||||
|
||||
Reference in New Issue
Block a user