diff options
Diffstat (limited to 'include/client.h')
-rw-r--r-- | include/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/client.h b/include/client.h index 3db7242..e21314a 100644 --- a/include/client.h +++ b/include/client.h @@ -313,9 +313,6 @@ struct LocalUser { dlink_node lclient_node; - char client_host[HOSTLEN + 1]; - char client_server[HOSTLEN + 1]; - unsigned int registration; unsigned int cap_client; /**< Client capabilities (from us) */ unsigned int cap_active; /**< Active capabilities (to us) */ |