From f07a202d4cc584ab7873a600c1bf3ef6c88c0c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 12 Jan 2012 12:14:21 +0000 Subject: [PATCH] Fixed cppcheck error git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@489 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/IO/writer/OMWriter.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OpenMesh/Core/IO/writer/OMWriter.cc b/src/OpenMesh/Core/IO/writer/OMWriter.cc index db39ae81..26829fca 100644 --- a/src/OpenMesh/Core/IO/writer/OMWriter.cc +++ b/src/OpenMesh/Core/IO/writer/OMWriter.cc @@ -243,7 +243,6 @@ bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be, } // ---------- write vertex color -#if 1 if (_opt.check( Options::VertexColor ) && _be.has_vertex_colors() ) { Vec3uc c = _be.color(VertexHandle(0)); @@ -260,7 +259,6 @@ bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be, for (i=0, nV=_be.n_vertices(); i