* minor: remove one mono warning

0.6.6-post-fixes
Justin Clarke Casey 2009-06-12 14:29:42 +00:00
parent 874df490fb
commit cb6baacc31
2 changed files with 1 additions and 2 deletions

View File

@ -352,7 +352,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
texface.TextureID = asset.FullID;
tmptex.FaceTextures[Face] = texface;
}
catch(Exception e)
catch (Exception)
{
tmptex.DefaultTexture.TextureID = asset.FullID;
}

View File

@ -162,7 +162,6 @@ namespace OpenSim.Region.CoreModules.World.Archiver
xtw.WriteEndElement();
xtw.WriteEndElement();
xtw.Flush();
xtw.Close();