Skip to content

Commit

Permalink
ui.py: remove limited_colors as colors are now dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
Consolatis committed Jan 9, 2018
1 parent 839c1fe commit e13e238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion suplemon/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def __init__(self, app):
self.app = app
self.logger = logging.getLogger(__name__)
self.warned_old_curses = 0
self.limited_colors = True
self.screen = None
self.current_yx = None
self.text_input = None
Expand Down

0 comments on commit e13e238

Please sign in to comment.