Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Delete duplicate definition of ewmh_window
Browse files Browse the repository at this point in the history
See #3914
  • Loading branch information
orestisfl committed Feb 1, 2020
1 parent 110bdcb commit d11e862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/x.c
Expand Up @@ -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;

Expand Down

0 comments on commit d11e862

Please sign in to comment.