From b4cb6bb057a51bec0ac4639ddbd87058baeef217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 23 Aug 2023 11:14:09 +0200 Subject: [PATCH] Removed unused variable --- src/OpenMesh/Core/IO/writer/VTKWriter.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OpenMesh/Core/IO/writer/VTKWriter.cc b/src/OpenMesh/Core/IO/writer/VTKWriter.cc index 9015222b..5c5d417a 100644 --- a/src/OpenMesh/Core/IO/writer/VTKWriter.cc +++ b/src/OpenMesh/Core/IO/writer/VTKWriter.cc @@ -40,8 +40,6 @@ bool _VTKWriter_::write(const std::string& _filename, BaseExporter& _be, const O bool _VTKWriter_::write(std::ostream& _out, BaseExporter& _be, const Options& _writeOptions, std::streamsize _precision) const { - VertexHandle vh; - // check exporter features if (!check(_be, _writeOptions)) { return false;