Sketcher: SketchGeometryExtension separation to interface

This commit is contained in:
Abdullah Tahiri
2020-10-28 17:54:27 +01:00
committed by abdullahtahiriyo
parent 88e542b345
commit e4f7d0f068
2 changed files with 12 additions and 5 deletions

View File

@@ -89,8 +89,6 @@ void SketchGeometryExtensionPy::setId(Py::Long Id)
this->getSketchGeometryExtensionPtr()->setId(long(Id));
}
PyObject *SketchGeometryExtensionPy::getCustomAttributes(const char* /*attr*/) const
{
return 0;