'cur_group' variable is unused here if we are not building for wayland

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2016-07-11 12:11:00 -04:00
parent 963afc8fea
commit f3371ff04c
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ _e_wl_xkb_update(int cur_group)
#ifdef HAVE_WAYLAND
e_comp_wl_input_keymap_index_set(cur_group);
_e_xkb_update_event(cur_group);
#else
(void)cur_group;
#endif
}