Skip to content

Commit

Permalink
[console] Remove unused "btext" console
Browse files Browse the repository at this point in the history
The "btext" console has been disabled by a "#if 0" since 2007.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 26, 2012
1 parent a6d49c1 commit b35d454
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5,105 deletions.
3 changes: 0 additions & 3 deletions src/config/config.c
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/config/console.h
Expand Up @@ -17,7 +17,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define CONSOLE_PCBIOS /* Default BIOS console */
//#define CONSOLE_SERIAL /* Serial port */
//#define CONSOLE_DIRECT_VGA /* Direct access to VGA card */
//#define CONSOLE_BTEXT /* Who knows what this does? */
//#define CONSOLE_PC_KBD /* Direct access to PC keyboard */
//#define CONSOLE_SYSLOG /* Syslog console */
//#define CONSOLE_VMWARE /* VMware logfile console */
Expand Down

0 comments on commit b35d454

Please sign in to comment.