diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-11-15 18:34:07 +1100 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2013-11-22 10:45:54 +0800 |
commit | 504b84c7a37ba8656bceb80fa37138751b7a6702 (patch) | |
tree | 899b86345789a7213ced41fe028bd595733b7893 /ui/ncurses/nc-boot-editor.h | |
parent | 937f660b2e3f6d517e4114e8096cb640715b1ae8 (diff) | |
download | talos-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/ncurses/nc-boot-editor.h')
-rw-r--r-- | ui/ncurses/nc-boot-editor.h | 5 |
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, |