projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
937f660
)
ui/ncurses: remove boot_editor_attr_field
author
Jeremy Kerr
<jk@ozlabs.org>
Fri, 15 Nov 2013 07:34:07 +0000
(18:34 +1100)
committer
Jeremy 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
patch
|
blob
|
history
diff --git
a/ui/ncurses/nc-boot-editor.h
b/ui/ncurses/nc-boot-editor.h
index 7aa715e86f7a71780663970d1bfb6ed8e9e94e9e..6b72f253bccfa82ceba150f07e9938e6a7e27db2 100644
(file)
--- 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,