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

@@ -16,7 +16,7 @@ class PlaylistScreen(BaseScreen):
self.playlist_tracks = []
self.playlist_tracks_strings = []
def update(self, screen, update_all):
def update(self, screen):
self.list_view.render(screen)
def playlists_loaded(self):