remove ExportIFCBase as it's unused

This commit is contained in:
Andrej730
2024-10-16 11:39:33 +05:00
parent 7f1f249759
commit 14d44dcd3e
@@ -1290,7 +1290,7 @@ class SelectLinkHandle(bpy.types.Operator):
return {"FINISHED"}
class ExportIFCBase:
class ExportIFC(bpy.types.Operator):
bl_idname = "bim.save_project"
bl_label = "Save IFC"
bl_options = {"REGISTER", "UNDO"}
@@ -1412,10 +1412,6 @@ class ExportIFCBase:
return "Save the IFC file. Will save both .IFC/.BLEND files if synced together"
class ExportIFC(ExportIFCBase, bpy.types.Operator):
pass
class LoadLinkedProject(bpy.types.Operator):
bl_idname = "bim.load_linked_project"
bl_label = "Load a project for viewing only."