From 3e3ea53f5e1b406dc2da0b17a6e7419614fed855 Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Thu, 20 Aug 2020 01:28:05 +0200 Subject: [PATCH] Remove dead code --- clintermission/climenu.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/clintermission/climenu.py b/clintermission/climenu.py index 89f6a6f..04a75ac 100644 --- a/clintermission/climenu.py +++ b/clintermission/climenu.py @@ -50,16 +50,6 @@ class CliMenuStyle: self.highlight_style = highlight_style self.header_style = header_style - # self.option_color = '#aa0000' - # #self.highlight_color = 'fg:ansiblue bg:ansired bold' - # self.highlight_color = 'bold' - # self.cursor = ' --> ' - # self.cursor = ' ● ' - # self.no_cursor = ' ' - # self.header_color = '#aa22cc' - # self.option_indent = 4 - # self.header_indent = 4 - class CliSelectionStyle: SQUARE_BRACKETS = ('[x]', '[ ]')