From 0b3d4929a832c478e8493952879685c9127a79a6 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Sun, 27 Jun 2010 19:02:16 +0000 Subject: Remove some comments. --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 0f839fe..785d895 100644 --- a/activity.py +++ b/activity.py @@ -86,15 +86,12 @@ class PhysicsActivity(olpcgames.PyGameActivity): except NameError: #Use old <= 0.84 toolbar design toolbox = activity.ActivityToolbox(self) - - # modify the Activity tab activity_toolbar = toolbox.get_activity_toolbar() activity_toolbar.share.props.visible = False - # make a 'create' toolbar + create_toolbar = gtk.Toolbar() self._insert_create_tools(create_toolbar) - # add the toolbar to the toolbox toolbox.add_toolbar(_("Create"), create_toolbar) create_toolbar.show() toolbox.set_current_toolbar(1) -- cgit v0.9.1