* minor: remove some warnings

0.6.0-stable
Justin Clarke Casey 2008-10-15 17:19:02 +00:00
parent 230835dbaa
commit b1248004f0
2 changed files with 5 additions and 5 deletions

View File

@ -46,14 +46,14 @@ namespace OpenSim.Region.Environment.Modules.Agent.TextureDownload
// See ITextureSender
// private bool m_sending = false;
private UUID m_textureId;
//private UUID m_textureId;
// See ITextureSender
public TextureNotFoundSender(IClientAPI client, UUID textureID)
{
// // m_client = client;
m_textureId = textureID;
//m_textureId = textureID;
}
#region ITextureSender Members

View File

@ -891,7 +891,7 @@ namespace PrimMesher
public bool calcVertexNormals = false;
private bool normalsProcessed = false;
private List<Coord> edgeNormals;
//private List<Coord> edgeNormals;
public string ParamsToDisplayString()
{
@ -964,8 +964,8 @@ namespace PrimMesher
float length = this.pathCutEnd - this.pathCutBegin;
normalsProcessed = false;
if (this.calcVertexNormals)
this.edgeNormals = new List<Coord>();
//if (this.calcVertexNormals)
// this.edgeNormals = new List<Coord>();
#if VIEWER
if (this.sides == 3)