From de467f4903ea41374382cf8a005b3fdeeae280e7 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 6 Sep 2008 00:09:24 +0000 Subject: * Remove lots of warnings from the CMS module * Remove a few other miscellaneous warnings --- .../Modules/ContentManagementSystem/CMController.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs') diff --git a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs index c5c1600..6ccb646 100644 --- a/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs +++ b/OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs @@ -72,7 +72,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement #region Fields - bool init = false; + //bool init = false; int m_channel = -1; /// @@ -122,9 +122,9 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement #region Private Methods //------------------------------------------------ EVENTS ----------------------------------------------------// - private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID) - { - } +// private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID) +// { +// } /// /// Searches in all scenes for a SceneObjectGroup that contains a part with a specific localID. If found, the object is returned. Else null is returned. @@ -384,7 +384,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement { m_log.Debug("[CONTENT MANAGEMENT] Registering channel with chat services."); client.OnChatFromViewer += SimChatSent; - init = true; + //init = true; OnNewClient(client); -- cgit v1.1