remove some unused fields in ScenePresence

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-12-09 22:52:54 +00:00
parent f8b0427086
commit 61df0da7f9
1 changed files with 0 additions and 4 deletions

View File

@ -180,10 +180,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;