diff options
author | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
commit | de467f4903ea41374382cf8a005b3fdeeae280e7 (patch) | |
tree | 43a6cce4d4f0e26d22d8c6525dfc5871745f06d2 /OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs | |
parent | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: (diff) | |
download | opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.zip opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.gz opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.bz2 opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.xz |
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ContentManagementSystem/CMController.cs | 10 |
1 files changed, 5 insertions, 5 deletions
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 | |||
72 | 72 | ||
73 | #region Fields | 73 | #region Fields |
74 | 74 | ||
75 | bool init = false; | 75 | //bool init = false; |
76 | int m_channel = -1; | 76 | int m_channel = -1; |
77 | 77 | ||
78 | /// <value> | 78 | /// <value> |
@@ -122,9 +122,9 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement | |||
122 | #region Private Methods | 122 | #region Private Methods |
123 | 123 | ||
124 | //------------------------------------------------ EVENTS ----------------------------------------------------// | 124 | //------------------------------------------------ EVENTS ----------------------------------------------------// |
125 | private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID) | 125 | // private void AvatarEnteringParcel(ScenePresence avatar, int localLandID, LLUUID regionID) |
126 | { | 126 | // { |
127 | } | 127 | // } |
128 | 128 | ||
129 | /// <summary> | 129 | /// <summary> |
130 | /// 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. | 130 | /// 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 | |||
384 | { | 384 | { |
385 | m_log.Debug("[CONTENT MANAGEMENT] Registering channel with chat services."); | 385 | m_log.Debug("[CONTENT MANAGEMENT] Registering channel with chat services."); |
386 | client.OnChatFromViewer += SimChatSent; | 386 | client.OnChatFromViewer += SimChatSent; |
387 | init = true; | 387 | //init = true; |
388 | 388 | ||
389 | OnNewClient(client); | 389 | OnNewClient(client); |
390 | 390 | ||