From 3cdb5e0d1fff7a4d4b1dc1dcca4d024192df13d2 Mon Sep 17 00:00:00 2001 From: George Marques Date: Thu, 28 Jul 2016 21:23:05 -0300 Subject: Fix editor icons source file generation Also removes the unused make_icons.py file. --- tools/editor/icons/SCsub | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tools/editor/icons/SCsub') diff --git a/tools/editor/icons/SCsub b/tools/editor/icons/SCsub index f2f5dcca48..bc104294cb 100644 --- a/tools/editor/icons/SCsub +++ b/tools/editor/icons/SCsub @@ -37,12 +37,9 @@ def make_editor_icons_action(target, source, env): pngf.close(); var_str=os.path.basename(x)[:-4]+"_hidpi_png"; -#print("TRY OPEN: "+os.path.dirname(x)+"/2x/"+os.path.basename(x)+"\n") try: - pngf = open(os.path.dirname(x)+"/2x/"+os.path.basename(x)) - - #print(var_str) + pngf = open(os.path.dirname(x)+"/2x/"+os.path.basename(x), "rb") s.write("static const unsigned char "+ var_str +"[]={\n"); -- cgit v1.2.3