Fixed several unused variables

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1150 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-08-29 08:28:47 +00:00
parent 7e0d758ad2
commit 24bd7be273
5 changed files with 14 additions and 14 deletions

View File

@@ -308,7 +308,7 @@ bool _PLYReader_::read_ascii(std::istream& _in, BaseImporter& _bi, const Options
}
}
FaceHandle fh = _bi.add_face(vhandles);
_bi.add_face(vhandles);
}
@@ -456,7 +456,7 @@ bool _PLYReader_::read_binary(std::istream& _in, BaseImporter& _bi, bool /*_swap
}
}
FaceHandle fh = _bi.add_face(vhandles);
_bi.add_face(vhandles);
}
return true;