From 504b84c7a37ba8656bceb80fa37138751b7a6702 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 15 Nov 2013 18:34:07 +1100 Subject: ui/ncurses: remove boot_editor_attr_field The widgetset code handles these attributes now. Signed-off-by: Jeremy Kerr --- ui/ncurses/nc-boot-editor.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ui') 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, -- cgit v1.2.1