From d11e862919241bb5738f4e01ef226e0a4135eade Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Sat, 25 Jan 2020 15:47:36 +0100 Subject: [PATCH] Delete duplicate definition of ewmh_window See #3914 --- src/x.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/x.c b/src/x.c index 43824bbc..8d89eafd 100644 --- a/src/x.c +++ b/src/x.c @@ -14,8 +14,6 @@ #define MAX(x, y) ((x) > (y) ? (x) : (y)) #endif -xcb_window_t ewmh_window; - /* Stores the X11 window ID of the currently focused window */ xcb_window_t focused_id = XCB_NONE;