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;