'Fix' codacy complaining about unused value

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-11-17 10:31:50 +01:00
parent e7982b7aba
commit 7cf99719b5
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ event_handle_randr_output_change_notify(xcb_randr_notify_event_t *ev)
xcb_randr_output_t output = ev->u.oc.output;
uint8_t connection = ev->u.oc.connection;
const char *connection_str = NULL;
xcb_randr_get_output_info_reply_t *info = NULL;
xcb_randr_get_output_info_reply_t *info;
lua_State *L = globalconf_get_lua_State();
/* The following explicitly uses XCB_CURRENT_TIME since we want to know