diff options
author | Justin Clark-Casey (justincc) | 2012-07-27 22:15:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-27 22:15:25 +0100 |
commit | 0d9afad3fecd13b06065af556ed9a01f8a745f44 (patch) | |
tree | 53ae12dfaa2d1c2b3fc82cf4517ba74abbcb09a5 /OpenSim/Region | |
parent | Replace libopenmetaverse commit 6212cbd with the same libraries but this time... (diff) | |
download | opensim-SC_OLD-0d9afad3fecd13b06065af556ed9a01f8a745f44.zip opensim-SC_OLD-0d9afad3fecd13b06065af556ed9a01f8a745f44.tar.gz opensim-SC_OLD-0d9afad3fecd13b06065af556ed9a01f8a745f44.tar.bz2 opensim-SC_OLD-0d9afad3fecd13b06065af556ed9a01f8a745f44.tar.xz |
Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgent.PresenceType from which IScenePresence inherits.
No other code changes required.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScenePresence.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs index 3f68ee0..0fe681f 100644 --- a/OpenSim/Region/Framework/Interfaces/IScenePresence.cs +++ b/OpenSim/Region/Framework/Interfaces/IScenePresence.cs | |||
@@ -40,8 +40,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
40 | /// </remarks> | 40 | /// </remarks> |
41 | public interface IScenePresence : ISceneAgent | 41 | public interface IScenePresence : ISceneAgent |
42 | { | 42 | { |
43 | PresenceType PresenceType { get; } | ||
44 | |||
45 | /// <summary> | 43 | /// <summary> |
46 | /// Copy of the script states while the agent is in transit. This state may | 44 | /// Copy of the script states while the agent is in transit. This state may |
47 | /// need to be placed back in case of transfer fail. | 45 | /// need to be placed back in case of transfer fail. |