diff options
author | Justin Clark-Casey (justincc) | 2011-10-03 23:25:09 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-03 23:25:09 +0100 |
commit | 37ae6451f9ddb2e07402a5e79a9ab58668781104 (patch) | |
tree | ee259d17a7ff205857dc65a8b64e403e1664cc42 /OpenSim/Framework | |
parent | Remove unimplementated UpdateMovement() methods from SOG, SOP. (diff) | |
download | opensim-SC_OLD-37ae6451f9ddb2e07402a5e79a9ab58668781104.zip opensim-SC_OLD-37ae6451f9ddb2e07402a5e79a9ab58668781104.tar.gz opensim-SC_OLD-37ae6451f9ddb2e07402a5e79a9ab58668781104.tar.bz2 opensim-SC_OLD-37ae6451f9ddb2e07402a5e79a9ab58668781104.tar.xz |
Remove vestigal RegionStatus.SlaveScene.
This appears to be code clutter since the code that uses this has long gone.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IScene.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Framework/IScene.cs b/OpenSim/Framework/IScene.cs index 8f7a2e5..e0cb897 100644 --- a/OpenSim/Framework/IScene.cs +++ b/OpenSim/Framework/IScene.cs | |||
@@ -33,15 +33,12 @@ namespace OpenSim.Framework | |||
33 | { | 33 | { |
34 | public delegate void restart(RegionInfo thisRegion); | 34 | public delegate void restart(RegionInfo thisRegion); |
35 | 35 | ||
36 | //public delegate void regionup (RegionInfo thisRegion); | ||
37 | |||
38 | public enum RegionStatus : int | 36 | public enum RegionStatus : int |
39 | { | 37 | { |
40 | Down = 0, | 38 | Down = 0, |
41 | Up = 1, | 39 | Up = 1, |
42 | Crashed = 2, | 40 | Crashed = 2, |
43 | Starting = 3, | 41 | Starting = 3, |
44 | SlaveScene = 4 | ||
45 | }; | 42 | }; |
46 | 43 | ||
47 | /// <value> | 44 | /// <value> |