summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2012-03-26 16:47:34 +0200
committerMichael Brown2012-03-26 16:47:34 +0200
commitb35d454422a97b89a7128be4d4e9ff7a8f176466 (patch)
tree01fcf3b674f270fe950a213cd9e0879d9ddcf11c /src/config/config.c
parent[console] Move putchar() and getchar() declarations to stdio.h (diff)
downloadipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.tar.gz
ipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.tar.xz
ipxe-b35d454422a97b89a7128be4d4e9ff7a8f176466.zip
[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>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/config.c b/src/config/config.c
index d6c4d06a..4b0bc371 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -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