Remove vestigal RegionStatus.SlaveScene.

This appears to be code clutter since the code that uses this has long gone.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-03 23:25:09 +01:00
parent 56dbab35e1
commit 37ae6451f9
3 changed files with 51 additions and 65 deletions

View File

@@ -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>