From 43ba8d50d461bbea944b22271cee11dd218c8221 Mon Sep 17 00:00:00 2001 From: castano Date: Sun, 14 Jun 2009 08:24:57 +0000 Subject: [PATCH] Eliminate unused variables. --- src/nvtt/squish/maths.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nvtt/squish/maths.cpp b/src/nvtt/squish/maths.cpp index d7a37b4..9eda793 100644 --- a/src/nvtt/squish/maths.cpp +++ b/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++) {