From f8d7dc5f7fbab8ffdaea02ad3da23ac506d4ca8c Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 18 Aug 2019 09:24:05 -0400 Subject: [PATCH] Unneeded. --- x11/x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/x11/x11.c b/x11/x11.c index 968e15b3..888d22e9 100644 --- a/x11/x11.c +++ b/x11/x11.c @@ -201,8 +201,6 @@ static struct {0, 0, 0, 0, 0, 0} }; -#define BITMAPDEPTH 1 - static GC normal_gc, rect_cursor_gc, italic_gc, bold_gc, border_gc; static int font_height, font_width, font_ascent, font_descent, window_width, window_height;