luaa: remove useless csio2 variable
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
0feb7de68e
commit
cd24dcf59d
1
luaa.c
1
luaa.c
|
@ -81,7 +81,6 @@ extern const struct luaL_reg awesome_keybinding_meta[];
|
||||||
|
|
||||||
static struct sockaddr_un *addr;
|
static struct sockaddr_un *addr;
|
||||||
static ev_io csio = { .fd = -1 };
|
static ev_io csio = { .fd = -1 };
|
||||||
struct ev_io csio2 = { .fd = -1 };
|
|
||||||
|
|
||||||
/** Get or set global mouse bindings.
|
/** Get or set global mouse bindings.
|
||||||
* This binding will be available when you'll click on root window.
|
* This binding will be available when you'll click on root window.
|
||||||
|
|
Loading…
Reference in New Issue