aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon.h')
-rw-r--r--src/daemon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon.h b/src/daemon.h
index 733e940..daf010e 100644
--- a/src/daemon.h
+++ b/src/daemon.h
@@ -8,7 +8,6 @@ struct runes_daemon {
RunesWindowBackend *wb;
char *sock_name;
int sock;
- int client_sock;
};
RunesDaemon *runes_daemon_new(RunesLoop *loop, RunesWindowBackend *wb);