Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/plugins/turtle_blocks_extras/turtle_blocks_extras.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-12 16:48:56 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-12 16:48:56 (GMT)
commitf76778cb84a098aa2b22a957f87e1b8c75015747 (patch)
tree150f5095dac52b434ecb9b364d31a5e0de0af59a /plugins/turtle_blocks_extras/turtle_blocks_extras.py
parent7fa8f0461713faacb2a54d30d507f65d7fe863f2 (diff)
auto-resize until boolean section
Diffstat (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py')
-rw-r--r--plugins/turtle_blocks_extras/turtle_blocks_extras.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
index ec4558f..d23672d 100644
--- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py
+++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py
@@ -93,7 +93,6 @@ boolean operators from Numbers palette'))
True)
palette.add_block('until',
- hidden=True, # Too big to fit on palette
style='clamp-style-until',
label=_('until'),
prim_name='until',
@@ -116,13 +115,6 @@ boolean operators from Numbers palette'))
ArgSlot(TYPE_OBJECT)]),
True)
- # macro
- palette.add_block('untilmacro',
- style='basic-style-extended-vertical',
- label=_('until'),
- help_string=_('do-until-True operator that uses \
-boolean operators from Numbers palette'))
-
palette.add_block('sandwichclamp',
style='clamp-style-collapsible',
label=' ',