Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-12-30 01:34:07 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-12-30 01:34:07 (GMT)
commitbc1ded99fd5b174d62ecf488ff6073b1aa1c9d1a (patch)
tree8802aa6e881dfe7754b3f2e87c7aa43994337397 /activity.py
parent6d1456f3236313e8609e259b93ce6bb8a5300e3e (diff)
redraw to different screen sizes
Diffstat (limited to 'activity.py')
-rwxr-xr-xactivity.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/activity.py b/activity.py
index 3d5260d..6fe8c90 100755
--- a/activity.py
+++ b/activity.py
@@ -48,8 +48,3 @@ class ReversiActivity(activity.Activity):
toolbar_box.toolbar.insert(stop_button, -1)
stop_button.show()
- def read_file(self, file_path):
- pass
-
- def write_file(self, file_path):
- pass