diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h index 038f018f6840..ea7b3ba7069a 100644 --- a/sys/pc98/cbus/sc_machdep.h +++ b/sys/pc98/cbus/sc_machdep.h @@ -29,7 +29,6 @@ #ifndef _PC98_PC98_SC_MACHDEP_H_ #define _PC98_PC98_SC_MACHDEP_H_ -#undef SC_ALT_MOUSE_IMAGE #undef SC_DFLT_FONT #undef SC_MOUSE_CHAR #undef SC_PIXEL_MODE @@ -54,8 +53,4 @@ #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ || (c) < 0x07) -#define ISMOUSEAVAIL(af) (1) -#define ISFONTAVAIL(af) ((af) & V_ADP_FONT) -#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE) - #endif /* !_PC98_PC98_SC_MACHDEP_H_ */ diff --git a/sys/pc98/pc98/sc_machdep.h b/sys/pc98/pc98/sc_machdep.h index 038f018f6840..ea7b3ba7069a 100644 --- a/sys/pc98/pc98/sc_machdep.h +++ b/sys/pc98/pc98/sc_machdep.h @@ -29,7 +29,6 @@ #ifndef _PC98_PC98_SC_MACHDEP_H_ #define _PC98_PC98_SC_MACHDEP_H_ -#undef SC_ALT_MOUSE_IMAGE #undef SC_DFLT_FONT #undef SC_MOUSE_CHAR #undef SC_PIXEL_MODE @@ -54,8 +53,4 @@ #define PRINTABLE(c) ((c) > 0x1b || ((c) > 0x0f && (c) < 0x1b) \ || (c) < 0x07) -#define ISMOUSEAVAIL(af) (1) -#define ISFONTAVAIL(af) ((af) & V_ADP_FONT) -#define ISPALAVAIL(af) ((af) & V_ADP_PALETTE) - #endif /* !_PC98_PC98_SC_MACHDEP_H_ */