diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-06-01 11:25:15 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-06-01 11:25:15 -0400 |
commit | ec3068a14316948a20141f320d930dd841fd0b9d (patch) | |
tree | ec678ff8b46fe5b0c974376a73cbfcca38f669cb /src/client.h | |
parent | 9896e7a7da34e393b5ed2920c7406731382cf508 (diff) |
Remove unused client, buffer, view defines and structure fields.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
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 */ }; |