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

@@ -196,7 +196,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
if (!(client.Scene is Scene))
return;
Scene scene = (Scene)(client.Scene);
// Scene scene = (Scene)(client.Scene);
GridInstantMessage im = null;
if (m_PendingLures.TryGetValue(lureID, out im))