diff options
author | Justin Clark-Casey (justincc) | 2011-07-16 02:56:54 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-16 02:56:54 +0100 |
commit | 2b339b7d2b1e860af2ea2a873797a70bc257bf6f (patch) | |
tree | 32475c307c1496ebf19a7889dbc97ca62754adff /OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs | |
parent | remove the need to supply SceneObjectGroup.GroupResize() with a localId. (diff) | |
download | opensim-SC-2b339b7d2b1e860af2ea2a873797a70bc257bf6f.zip opensim-SC-2b339b7d2b1e860af2ea2a873797a70bc257bf6f.tar.gz opensim-SC-2b339b7d2b1e860af2ea2a873797a70bc257bf6f.tar.bz2 opensim-SC-2b339b7d2b1e860af2ea2a873797a70bc257bf6f.tar.xz |
minor: remove mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs index 079e1b6..dee0ad4 100644 --- a/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Profile/BasicProfileModule.cs | |||
@@ -134,7 +134,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Profile | |||
134 | if (!(s is Scene)) | 134 | if (!(s is Scene)) |
135 | return; | 135 | return; |
136 | 136 | ||
137 | Scene scene = (Scene)s; | 137 | // Scene scene = (Scene)s; |
138 | 138 | ||
139 | string profileUrl = String.Empty; | 139 | string profileUrl = String.Empty; |
140 | string aboutText = String.Empty; | 140 | string aboutText = String.Empty; |