From b32b104996289b3e28c179b992cb5f44b6d1327a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 24 Mar 2019 16:15:24 +0000 Subject: some more changes on objects sending --- OpenSim/Framework/ISceneAgent.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'OpenSim/Framework/ISceneAgent.cs') 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 AvatarAppearance Appearance { get; set; } /// - /// Send initial scene data to the client controlling this agent - /// - /// - /// This includes scene object data and the appearance data of other avatars. - /// - void SendInitialDataToMe(); - - /// /// Direction in which the scene presence is looking. /// /// Will be Vector3.Zero for a child agent. -- cgit v1.1