diff options
author | Justin Clark-Casey (justincc) | 2013-10-31 23:51:01 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-10-31 23:51:01 +0000 |
commit | 50794c90085438091b02123cd15aad77f90a2637 (patch) | |
tree | 2fc39ada3f072ee5c4a2bda297d13f36270858db /OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs | |
parent | Add OutgoingPacketsResentCount clientstack stat. (diff) | |
download | opensim-SC-50794c90085438091b02123cd15aad77f90a2637.zip opensim-SC-50794c90085438091b02123cd15aad77f90a2637.tar.gz opensim-SC-50794c90085438091b02123cd15aad77f90a2637.tar.bz2 opensim-SC-50794c90085438091b02123cd15aad77f90a2637.tar.xz |
minor: remove mono compiler warnings in AvatarPickerSearchModule and UploadBakedTextureModule
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs index 10a4753..bbadc55 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/AvatarPickerSearchModule.cs | |||
@@ -49,12 +49,10 @@ using OpenSim.Capabilities.Handlers; | |||
49 | 49 | ||
50 | namespace OpenSim.Region.ClientStack.Linden | 50 | namespace OpenSim.Region.ClientStack.Linden |
51 | { | 51 | { |
52 | |||
53 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "AvatarPickerSearchModule")] | 52 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "AvatarPickerSearchModule")] |
54 | public class AvatarPickerSearchModule : INonSharedRegionModule | 53 | public class AvatarPickerSearchModule : INonSharedRegionModule |
55 | { | 54 | { |
56 | private static readonly ILog m_log = | 55 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
57 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
58 | 56 | ||
59 | private Scene m_scene; | 57 | private Scene m_scene; |
60 | private IPeople m_People; | 58 | private IPeople m_People; |
@@ -134,6 +132,5 @@ namespace OpenSim.Region.ClientStack.Linden | |||
134 | caps.RegisterHandler("AvatarPickerSearch", m_URL); | 132 | caps.RegisterHandler("AvatarPickerSearch", m_URL); |
135 | } | 133 | } |
136 | } | 134 | } |
137 | |||
138 | } | 135 | } |
139 | } | 136 | } \ No newline at end of file |