mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
[hci] Remove the generalised widget user interface abstraction
Remove the now-unused generalised text widget user interface, along with the associated concept of a widget set and the implementation of a read-only label widget. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -109,8 +109,6 @@ struct settings_ui {
|
||||
struct jump_scroller scroll;
|
||||
/** Current row */
|
||||
struct settings_ui_row row;
|
||||
/** Widget set used for editing setting */
|
||||
struct widgets widgets;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -389,7 +387,6 @@ static int main_loop ( struct settings *settings ) {
|
||||
/* Print initial screen content */
|
||||
color_set ( CPAIR_NORMAL, NULL );
|
||||
memset ( &ui, 0, sizeof ( ui ) );
|
||||
init_widgets ( &ui.widgets );
|
||||
select_settings ( &ui, settings );
|
||||
|
||||
while ( 1 ) {
|
||||
|
||||
Reference in New Issue
Block a user