From b35d454422a97b89a7128be4d4e9ff7a8f176466 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 26 Mar 2012 15:47:34 +0100 Subject: [console] Remove unused "btext" console The "btext" console has been disabled by a "#if 0" since 2007. Signed-off-by: Michael Brown --- src/config/config.c | 3 --- src/config/console.h | 1 - 2 files changed, 4 deletions(-) (limited to 'src/config') diff --git a/src/config/config.c b/src/config/config.c index d6c4d06a3..4b0bc3710 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 diff --git a/src/config/console.h b/src/config/console.h index bf7ea0507..0692c2f5c 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -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 */ -- cgit v1.2.3-55-g7522