From c33e907dc212570a249be377d025b92bf5f66861 Mon Sep 17 00:00:00 2001 From: castano Date: Sun, 14 Jun 2009 08:24:57 +0000 Subject: [PATCH] Eliminate unused variables. --- branches/2.0/src/nvtt/squish/maths.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/branches/2.0/src/nvtt/squish/maths.cpp b/branches/2.0/src/nvtt/squish/maths.cpp index d7a37b4..9eda793 100644 --- a/branches/2.0/src/nvtt/squish/maths.cpp +++ b/branches/2.0/src/nvtt/squish/maths.cpp @@ -91,8 +91,6 @@ Vec3 ComputePrincipleComponent( Sym3x3 const& matrix ) Vec3 ComputePrincipleComponent( Sym3x3 const& matrix ) { - const int NUM = 8; - Vec3 v(1, 1, 1); for (int i = 0; i < POWER_ITERATION_COUNT; i++) {