Removed unused variable

This commit is contained in:
Jan Möbius
2023-08-23 11:14:09 +02:00
parent 08b8299802
commit b4cb6bb057

View File

@@ -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 bool _VTKWriter_::write(std::ostream& _out, BaseExporter& _be, const Options& _writeOptions, std::streamsize _precision) const
{ {
VertexHandle vh;
// check exporter features // check exporter features
if (!check(_be, _writeOptions)) { if (!check(_be, _writeOptions)) {
return false; return false;