From f76778cb84a098aa2b22a957f87e1b8c75015747 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 12 Dec 2013 16:48:56 +0000 Subject: auto-resize until boolean section --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index 81f15f0..3e92956 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -341,8 +341,6 @@ VOICES = {'af': 'afrikaans', 'cy': 'welsh-test', 'el': 'greek', MACROS = { 'ifthenelse': # Because it is too big to fit on the palette [[0, 'ifelse', 0, 0, [None, None, None, None, None]]], - 'untilmacro': # Because it is too big to fit on the palette - [[0, 'until', 0, 0, [None, None, None, None]]], 'kbinput': [[0, 'until', 0, 0, [None, 1, 4, None]], [1, 'greater2', 0, 0, [0, 2, 3, None]], @@ -545,9 +543,6 @@ MACROS = { 'reskin': [[0, 'skin', 0, 0, [None, 1, None]], [1, 'journal', 0, 0, [0, None]]], - 'saveheaptojournal': - [[0, 'saveheap', 0, 0, [None, 1, None]], - [1, 'journal', 0, 0, [0, None]]], 'loadheapfromjournal': [[0, 'loadheap', 0, 0, [None, 1, None]], [1, 'journal', 0, 0, [0, None]]]} -- cgit v0.9.1