[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:
Michael Brown
2024-06-20 15:48:59 -07:00
parent 162cc51b6d
commit 821bb326f8
4 changed files with 0 additions and 254 deletions

View File

@@ -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 ) {