From acdf858c9b85df29f3deb661cedf06e68c6ea1bd Mon Sep 17 00:00:00 2001 From: Kazutaka YOKOTA Date: Thu, 20 Jan 2000 13:21:47 +0000 Subject: Fix wrong usage of FONT_NONE. It was not meant to be set in scp->font_size in the first place. It is redundant now and is removed. Found by: bde --- sys/dev/syscons/syscons.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/syscons/syscons.h') diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index de4c3e15107cb..7b0a987632153 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -196,7 +196,6 @@ typedef struct sc_softc { #ifndef SC_NO_FONT_LOADING int fonts_loaded; -#define FONT_NONE 1 #define FONT_8 2 #define FONT_14 4 #define FONT_16 8 -- cgit v1.3