Delete duplicate definition of ewmh_window

See #3914
next
Orestis Floros 2020-01-25 15:47:36 +01:00
parent 110bdcbee5
commit d11e862919
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3
1 changed files with 0 additions and 2 deletions

View File

@ -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;