mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
downstream: surveyor: drop never used dead code
Surveyor test was failing because `get_z_rotation` and `set_z_rotation` were not implemented.
The code was added in 230cbe1fd8, but it was never used.
This commit is contained in:
@@ -1170,8 +1170,6 @@ class Style:
|
|||||||
@interface
|
@interface
|
||||||
class Surveyor:
|
class Surveyor:
|
||||||
def get_absolute_matrix(cls, obj): pass
|
def get_absolute_matrix(cls, obj): pass
|
||||||
def get_z_rotation(cls, obj): pass
|
|
||||||
def set_z_rotation(cls, obj, z): pass
|
|
||||||
|
|
||||||
|
|
||||||
@interface
|
@interface
|
||||||
|
|||||||
Reference in New Issue
Block a user