summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 7dee5e3..642ddad 100644
--- a/src/client.h
+++ b/src/client.h
@@ -49,7 +49,6 @@ struct client {
unsigned short max_views; /* size of buffer array */
unsigned short max_buffers; /* size of buffer array */
struct view *bg; /* background view */
- char *string; /* client-defined string */
LIST_ENTRY(client) next; /* linked list */
struct XenInput *input; /* Xen input device */
};