From aa2ba1b795d93074a509dcc62f15003a04a6653f Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Mon, 08 Oct 2012 17:12:06 +0000 Subject: Fix traceback for unused block_view_during_update method. --- (limited to 'moon.py') diff --git a/moon.py b/moon.py index e69fbe4..d383279 100755 --- a/moon.py +++ b/moon.py @@ -201,7 +201,6 @@ class MoonActivity(activity.Activity): """Read state from datastore. """ self.read_and_parse_prefs(file_path) - self.block_view_buttons_during_update() def write_file(self, file_path): """Write state to journal datastore and to persistent file system. -- cgit v0.9.1