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