summaryrefslogtreecommitdiff
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
commit0e5b2e2d8e6b398e704d3a72ff7dfd7a8ffa31ab (patch)
tree347dbbf9ff656c782b8c31ebe54d26bf4e5e959b
parent79ba21e139b78414618382cd7b012487fb42307c (diff)
moveup/main-x11 remove selection
-rw-r--r--src/main-x11.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main-x11.c b/src/main-x11.c
index 9c9531d1..ed039952 100644
--- a/src/main-x11.c
+++ b/src/main-x11.c
@@ -1218,16 +1218,6 @@ static term_data data[MAX_TERM_DATA];
#define WIN (Infowin->win)
/*
- * Simply push a set of co-ordinates around.
- */
-typedef struct co_ord co_ord;
-struct co_ord
-{
- int x;
- int y;
-};
-
-/*
* Process a keypress event
*
* Also appears in "main-xaw.c".