From 58ef575b056011838b1dc3127d3406742ce026fb Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 05 Dec 2012 13:51:33 +0000 Subject: rm commented out code --- (limited to 'turtleblocks.py') diff --git a/turtleblocks.py b/turtleblocks.py index 938625c..dcd4d99 100755 --- a/turtleblocks.py +++ b/turtleblocks.py @@ -312,8 +312,6 @@ class TurtleMain(): ''' Create a scrolled window to contain the turtle canvas. We add a Fixed container in order to position text Entry widgets on top of string and number blocks.''' - # vbox = gtk.VBox(False, 0) - # win.add(vbox) self.fixed = gtk.Fixed() self.fixed.connect('size-allocate', self._fixed_resize_cb) @@ -342,7 +340,6 @@ class TurtleMain(): self.fixed.put(self.vbox, 0, 0) self.fixed.show() - # vbox.pack_start(self.fixed, False, False, 0) win.add(self.fixed) win.show_all() self.win = win -- cgit v0.9.1