summaryrefslogtreecommitdiff
path: root/i386/i386at
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at')
-rw-r--r--i386/i386at/kd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c
index 6a7eb44..f2e8f15 100644
--- a/i386/i386at/kd.c
+++ b/i386/i386at/kd.c
@@ -101,13 +101,6 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define blit_init() /* nothing */
#endif
-#include <evc.h>
-#if NEVC > 0
-int evc1init();
-#else
-#define evc1init() FALSE
-#endif
-
#define DEBUG 1 /* export feep() */
#define DEFAULT -1 /* see kd_atoi */
@@ -1207,7 +1200,6 @@ kdinit()
* board specific initialization: set up globals and kd_dxxx
* pointers, and synch displayed cursor with logical cursor.
*/
- if (!evc1init())
if (blit_present())
blit_init();
else