From: Jeremy Kerr Date: Fri, 15 Nov 2013 07:34:07 +0000 (+1100) Subject: ui/ncurses: remove boot_editor_attr_field X-Git-Tag: v1.0.0~322 X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=504b84c7a37ba8656bceb80fa37138751b7a6702 ui/ncurses: remove boot_editor_attr_field The widgetset code handles these attributes now. Signed-off-by: Jeremy Kerr --- 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,