Explorar o código

OK python does not allow overloading for methods

Kamil Sopko %!s(int64=10) %!d(string=hai) anos
pai
achega
62816a614e
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      FlatCAMObj.py

+ 0 - 4
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):
         """