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
This commit is contained in:
Gwanglim Lee 2014-04-26 13:36:53 -04:00 committed by Mike Blumenkrantz
parent a5bd16603f
commit c70e3eb531
1 changed files with 0 additions and 3 deletions

View File

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