remove unused variable

This commit is contained in:
Andreas Fabri 2013-09-18 12:19:49 +02:00
parent 5237f4359f
commit fb84aba2ea
1 changed files with 2 additions and 1 deletions

View File

@ -253,8 +253,9 @@ public:
int index = 0;
for (Vertex_iterator it=mesh_vertices_begin(); it!=mesh_vertices_end(); it++)
{
Point_3 position = get_vertex_position(it);
/*#ifdef DEBUG_TRACE
Point_3 position = get_vertex_position(it);
fprintf(stderr, " %d=(%f,%f,%f)\n",
index,
(float)position.x(),