summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h
index 33df48c..cb37373 100644
--- a/src/client.h
+++ b/src/client.h
@@ -65,7 +65,6 @@ struct client {
unsigned short num_buffers; /* size of view array */
unsigned short max_views; /* size of buffer array */
unsigned short max_buffers; /* size of buffer array */
- struct view *bg; /* background view */
LIST_ENTRY(client) next; /* linked list */
struct XenInput *input; /* Xen input device */
struct libvchan *vchan; /* libvchan endpoint */