summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-11-15 18:34:07 +1100
committerJeremy Kerr <jk@ozlabs.org>2013-11-22 10:45:54 +0800
commit504b84c7a37ba8656bceb80fa37138751b7a6702 (patch)
tree899b86345789a7213ced41fe028bd595733b7893 /ui
parent937f660b2e3f6d517e4114e8096cb640715b1ae8 (diff)
downloadtalos-petitboot-504b84c7a37ba8656bceb80fa37138751b7a6702.tar.gz
talos-petitboot-504b84c7a37ba8656bceb80fa37138751b7a6702.zip
ui/ncurses: remove boot_editor_attr_field
The widgetset code handles these attributes now. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/ncurses/nc-boot-editor.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/ncurses/nc-boot-editor.h b/ui/ncurses/nc-boot-editor.h
index 7aa715e..6b72f25 100644
--- a/ui/ncurses/nc-boot-editor.h
+++ b/ui/ncurses/nc-boot-editor.h
@@ -34,11 +34,6 @@
#include "ui/common/ui-system.h"
#include "nc-scr.h"
-enum boot_editor_attr_field {
- boot_editor_attr_field_normal = A_NORMAL,
- boot_editor_attr_field_selected = A_REVERSE,
-};
-
enum boot_editor_attr_cursor {
boot_editor_attr_cursor_ins = A_NORMAL,
boot_editor_attr_cursor_ovl = A_NORMAL | A_UNDERLINE,
OpenPOWER on IntegriCloud