diff options
Diffstat (limited to 'OpenSim/Framework/ISceneAgent.cs')
-rw-r--r-- | OpenSim/Framework/ISceneAgent.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenSim/Framework/ISceneAgent.cs b/OpenSim/Framework/ISceneAgent.cs index 5d70b83..43e1b08 100644 --- a/OpenSim/Framework/ISceneAgent.cs +++ b/OpenSim/Framework/ISceneAgent.cs | |||
@@ -70,14 +70,6 @@ namespace OpenSim.Framework | |||
70 | AvatarAppearance Appearance { get; set; } | 70 | AvatarAppearance Appearance { get; set; } |
71 | 71 | ||
72 | /// <summary> | 72 | /// <summary> |
73 | /// Send initial scene data to the client controlling this agent | ||
74 | /// </summary> | ||
75 | /// <remarks> | ||
76 | /// This includes scene object data and the appearance data of other avatars. | ||
77 | /// </remarks> | ||
78 | void SendInitialDataToMe(); | ||
79 | |||
80 | /// <summary> | ||
81 | /// Direction in which the scene presence is looking. | 73 | /// Direction in which the scene presence is looking. |
82 | /// </summary> | 74 | /// </summary> |
83 | /// <remarks>Will be Vector3.Zero for a child agent.</remarks> | 75 | /// <remarks>Will be Vector3.Zero for a child agent.</remarks> |