Remove dead code
This commit is contained in:
parent
c363c187bd
commit
3e3ea53f5e
|
@ -50,16 +50,6 @@ class CliMenuStyle:
|
||||||
self.highlight_style = highlight_style
|
self.highlight_style = highlight_style
|
||||||
self.header_style = header_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:
|
class CliSelectionStyle:
|
||||||
SQUARE_BRACKETS = ('[x]', '[ ]')
|
SQUARE_BRACKETS = ('[x]', '[ ]')
|
||||||
|
|
Loading…
Reference in New Issue