minor: remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-16 02:56:54 +01:00
parent 27fae36a21
commit 2b339b7d2b
3 changed files with 7 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Profile
if (!(s is Scene))
return;
Scene scene = (Scene)s;
// Scene scene = (Scene)s;
string profileUrl = String.Empty;
string aboutText = String.Empty;