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

@@ -54,7 +54,7 @@ class MenuScreen(BaseScreen):
(0, self.base_size * 3), None)
self.screen_objects.set_touch_object("ip", button)
def update(self, screen, update_all):
def update(self, screen):
self.screen_objects.render(screen)
def touch_event(self, event):