From b839b873e145b289f9119668b1e1c0dd808ee492 Mon Sep 17 00:00:00 2001 From: castano Date: Mon, 6 Jul 2009 09:06:17 +0000 Subject: [PATCH] Remove commented out code. --- src/nvtt/squish/clusterfit.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/nvtt/squish/clusterfit.cpp b/src/nvtt/squish/clusterfit.cpp index 1709346..8411478 100644 --- a/src/nvtt/squish/clusterfit.cpp +++ b/src/nvtt/squish/clusterfit.cpp @@ -280,15 +280,6 @@ void ClusterFit::Compress4( void* block ) m_beta[k] = m_weights[k]; } - /*unsigned int permutation = 0; - for(int p = 0; p < 16; p++) { - permutation |= indices[p] << (p * 2); - } - if (debug) printf("%X:\t", permutation); - - if (debug && permutation == 0x55FFFFAA) __debugbreak(); - */ - // solve a least squares problem to place the endpoints #if SQUISH_USE_SIMD Vec4 start, end;