From ef4bba8b33686cb1c1db8e9e7234046fa7f80893 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 7 Aug 2026 13:49:48 +0500 Subject: [PATCH] IfcGeomWrapper: remove stale `IfcGeom::Matrix` reference It was removed long time ago in c78b289 --- src/ifcwrap/IfcGeomWrapper.i | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index 4c6e131e03..89bf7ef5df 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -963,13 +963,6 @@ struct ShapeRTTI : public boost::static_visitor %} }; -%extend IfcGeom::Matrix { - %pythoncode %{ - # Hide the getters with read-only property implementations - data = property(data) - %} -}; - %{ template std::string to_locale_invariant_string(const T& t) {