diff --git a/FlatCAMObj.py b/FlatCAMObj.py index fb785aed..69eea0de 100644 --- a/FlatCAMObj.py +++ b/FlatCAMObj.py @@ -630,10 +630,6 @@ class FlatCAMExcellon(FlatCAMObj, Excellon): # from predecessors. self.ser_attrs += ['options', 'kind'] - @staticmethod - def merge(exc_list, exc_final): - FlatCAMExcellon.merge(exc_list,exc_final,False) - @staticmethod def merge(exc_list, exc_final, copy_options): """