From b033302d2a4f654fdc346f9cac35bd6c7cdadd0b Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 7 Jun 2017 12:00:08 -0700 Subject: [PATCH] Remove duplicate #defines for items that are in display.h --- src/keyevent.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/keyevent.c b/src/keyevent.c index cfcbba7..5e348f3 100644 --- a/src/keyevent.c +++ b/src/keyevent.c @@ -573,13 +573,6 @@ typedef struct { LispPTR CUDATA; } CURSOR; -#define DLWORD_PERLINE (displaywidth / 16) -#define HARD_CURSORWIDTH 16 -#define HARD_CURSORHEIGHT 16 -#define COLOR_BITSPER_PIXEL 8 -/* For MonoOrColor */ -#define MONO_SCREEN 0 -#define COLOR_SCREEN 1 #define CursorClippingX(posx, width) \ { \ if (displaywidth < (posx + HARD_CURSORWIDTH)) { \