Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2009-09-16 12:04:00 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2009-10-09 11:11:36 (GMT)
commitfd5fa04bbaa200822ab592aa32708e9f9a303c43 (patch)
tree8b3c8ab3f36ea02c7d66d6925b8959e0f59a7204
parent1e19ca33a6c031ff0cd4b171ab9986c2925e6c2e (diff)
Remove update_view_size from epubadapter
-rw-r--r--epubadapter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/epubadapter.py b/epubadapter.py
index 3fa4576..a3cf280 100644
--- a/epubadapter.py
+++ b/epubadapter.py
@@ -38,9 +38,6 @@ class View(epubview.EpubView):
def find_changed(self, job, page = None):
self._find_changed(job)
- def update_view_size(self, widget):
- return
-
def handle_link(self, link):
self._load_file(link)