From d5b52a1302ef4409424ec0633ccf9bd72359ea32 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 14 May 2016 22:03:43 -0400 Subject: refactor/rewrite the client/server protocol handling also pass the environment and current directory over as well --- src/daemon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/daemon.h') 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); -- cgit v1.2.3-54-g00ecf