From 5336c3ebb0f9e0c367f3a2339345efe1a71b3c2b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Feb 2006 23:15:34 +0000 Subject: 2006-02-20 Thomas Schwinge Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida . * i386/bogus/blit.h: Remove file. * i386/i386at/blit.c: Likewise. * i386/i386at/blitreg.h: Likewise. * i386/i386at/blituser.h: Likewise. * i386/i386at/blitvar.h: Likewise. * i386/i386at/conf.c: Don't include anymore and adopt all users of NBLIT as if it were always defined to `0'. * i386/i386at/kd.c: Likewise. (blit_init): Remove definition. (blit_present): Likewise and adopt all users as if it were always defined to `FALSE'. * i386/Makefile.in (i386at-files): Remove `blit.c'. --- i386/i386at/kd.c | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'i386/i386at/kd.c') diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c index f2e8f15..cf03bc2 100644 --- a/i386/i386at/kd.c +++ b/i386/i386at/kd.c @@ -93,14 +93,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include -#include -#if NBLIT > 0 -#include -#else -#define blit_present() FALSE -#define blit_init() /* nothing */ -#endif - #define DEBUG 1 /* export feep() */ #define DEFAULT -1 /* see kd_atoi */ @@ -1200,10 +1192,7 @@ kdinit() * board specific initialization: set up globals and kd_dxxx * pointers, and synch displayed cursor with logical cursor. */ - if (blit_present()) - blit_init(); - else - kd_xga_init(); + kd_xga_init(); /* get rid of any garbage in output buffer */ if (inb(K_STATUS) & K_OBUF_FUL) -- cgit v1.2.3