summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commitd7da4a742d24c79f5ddbf835c19e0383c0e9fca4 (patch)
tree9c7880380d1a03f9f4683518c977fa42630cefbc /src
parent0e5b2e2d8e6b398e704d3a72ff7dfd7a8ffa31ab (diff)
main-x11: Remove dead code
Diffstat (limited to 'src')
-rw-r--r--src/main-x11.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main-x11.c b/src/main-x11.c
index ed039952..62c589f0 100644
--- a/src/main-x11.c
+++ b/src/main-x11.c
@@ -1213,10 +1213,6 @@ struct term_data
*/
static term_data data[MAX_TERM_DATA];
-/* Use short names for the most commonly used elements of various structures. */
-#define DPY (Metadpy->dpy)
-#define WIN (Infowin->win)
-
/*
* Process a keypress event
*