]> git.ozlabs.org Git - petitboot/commitdiff
ui/ncurses: remove boot_editor_attr_field
authorJeremy Kerr <jk@ozlabs.org>
Fri, 15 Nov 2013 07:34:07 +0000 (18:34 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 22 Nov 2013 02:45:54 +0000 (10:45 +0800)
The widgetset code handles these attributes now.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/ncurses/nc-boot-editor.h

index 7aa715e86f7a71780663970d1bfb6ed8e9e94e9e..6b72f253bccfa82ceba150f07e9938e6a7e27db2 100644 (file)
 #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,