X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Flilylib.py.in;h=10ee45aa9ce39a2bdaad3e67a3f57e2285f3ed6c;hb=c77c48ae854512f724aa3733886c346dae30b90d;hp=fea6ffda23dc163ba242f2be3b61b42ac5a0c9ea;hpb=a42a7d6ef35ab56e871c1c7f1cff3571e82a1ec3;p=lilypond.git diff --git a/buildscripts/lilylib.py.in b/buildscripts/lilylib.py.in index fea6ffda23..10ee45aa9c 100644 --- a/buildscripts/lilylib.py.in +++ b/buildscripts/lilylib.py.in @@ -177,21 +177,6 @@ def cleanup_temp (): shutil.rmtree (temp_dir) -#what a name. -def set_setting (dict, key, val): - try: - val = string.atof (val) - except ValueError: - #warning (_ ("invalid value: %s") % `val`) - pass - - try: - dict[key].append (val) - except KeyError: - warning (_ ("no such setting: %s") % `key`) - dict[key] = [val] - - def strip_extension (f, ext): (p, e) = os.path.splitext (f) if e == ext: