aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-05 05:08:23 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-05 05:08:23 -0400
commitb8196f0244d2a0b7adebe8d35182a071493eddf5 (patch)
treea381825d4e9e4ccd3bdb3bafcf334973c1fb01ff /src/window-xlib.h
parent7f59d00de5bb1b329ce6d332056f8c55348740b0 (diff)
downloadrunes-b8196f0244d2a0b7adebe8d35182a071493eddf5.tar.gz
runes-b8196f0244d2a0b7adebe8d35182a071493eddf5.zip
have the display own the entire selection
rather than just the selection location
Diffstat (limited to 'src/window-xlib.h')
-rw-r--r--src/window-xlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window-xlib.h b/src/window-xlib.h
index 7819c5b..6518a1c 100644
--- a/src/window-xlib.h
+++ b/src/window-xlib.h
@@ -10,8 +10,6 @@ struct runes_window {
Window w;
Window border_w;
XIC ic;
- char *selection_contents;
- size_t selection_len;
struct timespec last_redraw;
cairo_t *backend_cr;