Remove screen updated zones (Was not in use)

This commit is contained in:
Ander
2015-01-22 00:27:18 +01:00
parent 161b8381a2
commit 469cbe2f82
7 changed files with 7 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ class LibraryScreen(BaseScreen):
self.current_directory = directory
self.browse_uri(directory)
def update(self, screen, update_all):
def update(self, screen):
self.list_view.render(screen)
def touch_event(self, touch_event):