Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgent.PresenceType from which IScenePresence inherits.

No other code changes required.
0.7.3-extended
Justin Clark-Casey (justincc) 2012-07-27 22:15:25 +01:00
parent f6a7325961
commit 0e9e60d55a
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ namespace OpenSim.Region.Framework.Interfaces
void RemoveAttachment(SceneObjectGroup gobj);
void ClearAttachments();
}
}
}