aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.h
diff options
context:
space:
mode:
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;