fix Coverity issues

This commit is contained in:
wmayer
2016-08-21 14:03:02 +02:00
parent 5d67bc27aa
commit e2398b4b06
29 changed files with 621 additions and 543 deletions

View File

@@ -248,11 +248,8 @@ Py::Object View3DInventorViewerPy::seekToPoint(const Py::Tuple& args)
catch (const Py::Exception&) {
throw;
}
return Py::None();
}
Py::Object View3DInventorViewerPy::setFocalDistance(const Py::Tuple& args)
{
float distance;