mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
remove unused add_empty_type_button ui function
This commit is contained in:
@@ -72,10 +72,6 @@ class AddEmptyType(bpy.types.Operator, AddObjectHelper):
|
|||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
def add_empty_type_button(self, context):
|
|
||||||
self.layout.operator(AddEmptyType.bl_idname, icon="FILE_3D")
|
|
||||||
|
|
||||||
|
|
||||||
class AddDefaultType(bpy.types.Operator, tool.Ifc.Operator):
|
class AddDefaultType(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.add_default_type"
|
bl_idname = "bim.add_default_type"
|
||||||
bl_label = "Add Default Type"
|
bl_label = "Add Default Type"
|
||||||
|
|||||||
Reference in New Issue
Block a user