IfcGeomWrapper: remove stale IfcGeom::Matrix reference

It was removed long time ago in c78b289
This commit is contained in:
Andrej730
2026-08-07 13:49:48 +05:00
parent e044b865dd
commit ef4bba8b33
-7
View File
@@ -963,13 +963,6 @@ struct ShapeRTTI : public boost::static_visitor<PyObject*>
%}
};
%extend IfcGeom::Matrix {
%pythoncode %{
# Hide the getters with read-only property implementations
data = property(data)
%}
};
%{
template <typename T>
std::string to_locale_invariant_string(const T& t) {