luaa: remove useless csio2 variable

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-09-22 14:41:31 +02:00
parent 0feb7de68e
commit cd24dcf59d
1 changed files with 0 additions and 1 deletions

1
luaa.c
View File

@ -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.