diff options
author | Justin Clark-Casey (justincc) | 2011-12-09 22:52:54 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-09 22:52:54 +0000 |
commit | fc27806e9058912d773ecf51fc4afaeb5ff5d7cf (patch) | |
tree | a337f04ad61fb178300154374cc75de2ddb4562c /OpenSim/Region | |
parent | Fix "fix-phantoms" help message. Thanks Garmin Kawaguichi. (diff) | |
download | opensim-SC_OLD-fc27806e9058912d773ecf51fc4afaeb5ff5d7cf.zip opensim-SC_OLD-fc27806e9058912d773ecf51fc4afaeb5ff5d7cf.tar.gz opensim-SC_OLD-fc27806e9058912d773ecf51fc4afaeb5ff5d7cf.tar.bz2 opensim-SC_OLD-fc27806e9058912d773ecf51fc4afaeb5ff5d7cf.tar.xz |
remove some unused fields in ScenePresence
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 8824921..cebf51b 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -181,10 +181,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
181 | 181 | ||
182 | private const int LAND_VELOCITYMAG_MAX = 12; | 182 | private const int LAND_VELOCITYMAG_MAX = 12; |
183 | 183 | ||
184 | public bool IsRestrictedToRegion; | ||
185 | |||
186 | public string JID = String.Empty; | ||
187 | |||
188 | private float m_health = 100f; | 184 | private float m_health = 100f; |
189 | 185 | ||
190 | protected ulong crossingFromRegion; | 186 | protected ulong crossingFromRegion; |