From be41132c72430dcba04f7598407999e794d7a7e7 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 8 Jan 2009 19:18:45 +0000 Subject: [PATCH] * minor: Remove now unused SendEstateMessage... method in Scene I forgot from last commit --- OpenSim/Region/Environment/Scenes/Scene.cs | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index e73d4d243a..655f15d178 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -3462,24 +3462,6 @@ namespace OpenSim.Region.Environment.Scenes } } - /// - /// Sends a Big Blue Box message on the upper right of the screen to the client - /// for all agents in the estate - /// - /// The person sending the message - /// The session of the person sending the message - /// The name of the person doing the sending - /// The Message being sent to the user - public void SendEstateMessageFromEstateTools(UUID FromAvatarID, UUID fromSessionID, String FromAvatarName, String Message) - { - - ClientManager.ForEachClient(delegate(IClientAPI controller) - { - controller.SendBlueBoxMessage(FromAvatarID, FromAvatarName, Message); - } - ); - } - /// /// Kicks User specified from the simulator. This logs them off of the grid /// If the client gets the UUID: 44e87126e7944ded05b37c42da3d5cdb it assumes