From 7d55dfba8addd5c580e6c7bcf4449315428b84ed Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 27 Jun 2008 17:25:03 +0000 Subject: dr scofield's warnings safari: * commenting out unused variables --- OpenSim/Region/Physics/Meshing/Extruder.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'OpenSim/Region/Physics/Meshing/Extruder.cs') diff --git a/OpenSim/Region/Physics/Meshing/Extruder.cs b/OpenSim/Region/Physics/Meshing/Extruder.cs index baa2d9b..ac8d81c 100644 --- a/OpenSim/Region/Physics/Meshing/Extruder.cs +++ b/OpenSim/Region/Physics/Meshing/Extruder.cs @@ -259,8 +259,8 @@ namespace OpenSim.Region.Physics.Meshing { Mesh result = new Mesh(); - Quaternion tt = new Quaternion(); - Vertex v2 = new Vertex(0, 0, 0); + // Quaternion tt = new Quaternion(); + // Vertex v2 = new Vertex(0, 0, 0); Mesh newLayer; Mesh lastLayer = null; @@ -441,8 +441,8 @@ namespace OpenSim.Region.Physics.Meshing { Mesh result = new Mesh(); - Quaternion tt = new Quaternion(); - Vertex v2 = new Vertex(0, 0, 0); + // Quaternion tt = new Quaternion(); + // Vertex v2 = new Vertex(0, 0, 0); Mesh newLayer; Mesh lastLayer = null; @@ -457,8 +457,8 @@ namespace OpenSim.Region.Physics.Meshing if (System.Math.Abs(twistTotal) > (float)System.Math.PI * 1.5f) steps *= 2; if (System.Math.Abs(twistTotal) > (float)System.Math.PI * 3.0f) steps *= 2; - double percentOfPathMultiplier = 1.0 / steps; - double angleStepMultiplier = System.Math.PI * 2.0 / steps; + // double percentOfPathMultiplier = 1.0 / steps; + // double angleStepMultiplier = System.Math.PI * 2.0 / steps; float yPathScale = pathScaleY * 0.5f; float pathLength = pathCutEnd - pathCutBegin; -- cgit v1.1