remove some unused fields in ScenePresence

iar_mods
Justin Clark-Casey (justincc) 2011-12-09 22:52:54 +00:00
parent cb0da425d5
commit fc27806e90
1 changed files with 0 additions and 4 deletions

View File

@ -181,10 +181,6 @@ namespace OpenSim.Region.Framework.Scenes
private const int LAND_VELOCITYMAG_MAX = 12;
public bool IsRestrictedToRegion;
public string JID = String.Empty;
private float m_health = 100f;
protected ulong crossingFromRegion;