mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[console] Remove unused "btext" console
The "btext" console has been disabled by a "#if 0" since 2007. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -71,9 +71,6 @@ REQUIRE_OBJECT ( serial_console );
|
||||
#ifdef CONSOLE_DIRECT_VGA
|
||||
REQUIRE_OBJECT ( video_subr );
|
||||
#endif
|
||||
#ifdef CONSOLE_BTEXT
|
||||
REQUIRE_OBJECT ( btext );
|
||||
#endif
|
||||
#ifdef CONSOLE_PC_KBD
|
||||
REQUIRE_OBJECT ( pc_kbd );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user