Removed unused variable

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1001 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-02-28 08:06:08 +00:00
parent 377bf721ac
commit 1d121ee8c7

View File

@@ -42,7 +42,6 @@ bool _VTKWriter_::write(const std::string& _filename, BaseExporter& _be, Options
bool _VTKWriter_::write(std::ostream& _out, BaseExporter& _be, Options _opt, std::streamsize _precision) const
{
unsigned int idx;
Vec3f v, n;
Vec2f t;
VertexHandle vh;