X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Fdisplay.py;fp=lightcards%2Fdisplay.py;h=87ab9ae45db9cc1cd75bb6869327c2f7c7fa494f;hp=3931e3f84f574f520b9c272850e654ee1d07a25a;hb=967980c67e952501e2affd7f29c8a8bc2e388abb;hpb=b43e50be2267001cd085bc5cd1be01a59a5eddea diff --git a/lightcards/display.py b/lightcards/display.py index 3931e3f..87ab9ae 100644 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -311,8 +311,6 @@ class Display: return [card for card in self.stack if card.starred] def prep_bar(self): - (mlines, mcols) = self.win.getmaxyx() - # Calculate percent done if len(self.stack) <= 1: percent = "100"