fix Coverity issues

This commit is contained in:
wmayer
2016-08-20 15:41:33 +02:00
parent de7978434d
commit f3f0f5bd2e
10 changed files with 22 additions and 20 deletions
-1
View File
@@ -1532,7 +1532,6 @@ private:
#else
throw Py::RuntimeError("FreeCAD compiled without FreeType support! This method is disabled...");
#endif
return Py::None();
}
Py::Object exportUnits(const Py::Tuple& args)
{