discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c70e3eb5319a03d3613b373f73de7964ddec46b0
commit c70e3eb5319a03d3613b373f73de7964ddec46b0 Author: Gwanglim Lee <[email protected]> Date: Sat Apr 26 13:36:53 2014 -0400 remove duplicate xkb_rule_names and xkb_context Summary: There are already in inner structure xkb in E_Wayland_Compositor. Test Plan: Build e Reviewers: raster, devilhorns, zmike CC: cedric Differential Revision: https://phab.enlightenment.org/D742 --- src/bin/e_comp_wl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h index f3bc3c5..e60a7dc 100644 --- a/src/bin/e_comp_wl.h +++ b/src/bin/e_comp_wl.h @@ -482,9 +482,6 @@ struct _E_Wayland_Compositor Eina_Bool focus : 1; unsigned int output_pool; - - struct xkb_rule_names xkb_names; - struct xkb_context *xkb_context; #endif Ecore_Event_Handler *kbd_handler; --
