mirror of
https://github.com/opensim/opensim.git
synced 2026-08-02 23:18:34 +08:00
minor: remove mono compiler warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user