From cd24dcf59dd89b571417b8f13020a02478e01878 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 22 Sep 2008 14:41:31 +0200 Subject: [PATCH] luaa: remove useless csio2 variable Signed-off-by: Julien Danjou --- luaa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/luaa.c b/luaa.c index f2276f7b..6e3c0c02 100644 --- a/luaa.c +++ b/luaa.c @@ -81,7 +81,6 @@ extern const struct luaL_reg awesome_keybinding_meta[]; static struct sockaddr_un *addr; static ev_io csio = { .fd = -1 }; -struct ev_io csio2 = { .fd = -1 }; /** Get or set global mouse bindings. * This binding will be available when you'll click on root window.