From 0cf8e646ce87171cc8a9f37aabde2fdfaa9595aa Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Sun, 27 Jun 2010 14:55:28 +0000 Subject: Remove unnecessary/unused variable. --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 6ed796f..bfa2c7c 100644 --- a/activity.py +++ b/activity.py @@ -97,7 +97,6 @@ class PhysicsActivity(olpcgames.PyGameActivity): # modify the Activity tab activity_toolbar = toolbox.get_activity_toolbar() activity_toolbar.share.props.visible = False - self.blocklist = [] # make a 'create' toolbar create_toolbar = gtk.Toolbar() -- cgit v0.9.1