From ccbed1334382a881671a03e281ebd88d51767697 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Mon, 19 Mar 2012 22:21:40 +0000 Subject: Quiet warnings about unused functions and variables. Commented or '#if 0' these functions/variables and marked with 'UNUSED' comment so they can be restored in the future if needed. --- intern/decimation/intern/LOD_QSDecimator.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/decimation/intern/LOD_QSDecimator.cpp b/intern/decimation/intern/LOD_QSDecimator.cpp index 381571a41f6..bdcf7950447 100644 --- a/intern/decimation/intern/LOD_QSDecimator.cpp +++ b/intern/decimation/intern/LOD_QSDecimator.cpp @@ -265,8 +265,10 @@ BuildHeap( // load in edge pointers to the heap std::vector & edge_set= m_mesh.EdgeSet(); - std::vector::const_iterator edge_end = edge_set.end(); - std::vector::iterator edge_start = edge_set.begin(); + + // UNUSED + // std::vector::const_iterator edge_end = edge_set.end(); + // std::vector::iterator edge_start = edge_set.begin(); std::vector & heap_vector = m_heap->HeapVector(); -- cgit v1.2.3