diff --git a/Mac/Tools/macfreeze/macgen_bin.py b/Mac/Tools/macfreeze/macgen_bin.py index b71b4c788e6..f3b97b3cabd 100644 --- a/Mac/Tools/macfreeze/macgen_bin.py +++ b/Mac/Tools/macfreeze/macgen_bin.py @@ -77,8 +77,6 @@ def generate(input, output, module_dict = None, architecture = 'fat', debug=0): cfmfile.mergecfmfiles([applettemplatepath, corepath] + dynamicfiles.keys(), output, architecture) - fss = macfs.FSSpec(output) - fss.SetCreatorType('Pyta', 'APPL') print "done!"