remove some unused fields in ScenePresence

This commit is contained in:
Justin Clark-Casey (justincc)
2011-12-09 22:52:54 +00:00
parent cb0da425d5
commit fc27806e90

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;