From dbb289ce9ca4bb7a855bba5b2ab9b1d625e5f796 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 07 Jul 2012 00:27:02 +0000 Subject: removing more deprecated code --- (limited to 'plugins') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index dd174de..7fdacf9 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -96,9 +96,7 @@ class Turtle_blocks_extras(Plugin): # internally expanded macro palette.add_block('while', - # style='flow-style-boolean', style='clamp-style-boolean', - # label=[_('while'), ' ', ' '], label=_('while'), prim_name='while', default=[None, None, None], @@ -108,9 +106,7 @@ boolean operators from Numbers palette')) # internally expanded macro palette.add_block('until', - # style='flow-style-boolean', style='clamp-style-boolean', - # label=[_('until'), ' ', ' '], label=_('until'), prim_name='until', default=[None, None, None], -- cgit v0.9.1