From 3c36b15735c3313a76e08f1f162b278adfa8ba42 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 16 Nov 2010 14:46:11 +0000 Subject: cleaned up encapsulation problem --- (limited to 'TurtleArt/tautils.py') diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py index 3445b3e..7139f3b 100644 --- a/TurtleArt/tautils.py +++ b/TurtleArt/tautils.py @@ -809,13 +809,3 @@ def get_hardware(): return XO1 else: return UNKNOWN - - -def walk_stack(tw, blk): - """ Convert blocks to logo psuedocode. """ - top = find_top_block(blk) - if blk == top: - code = tw.lc.run_blocks(top, tw.block_list.list, False) - return code - else: - return [] -- cgit v0.9.1