From 9f13395cac420d3e2d0084c706861fef0b5a19aa Mon Sep 17 00:00:00 2001 From: Daggerbot Date: Wed, 6 May 2015 13:03:34 +0000 Subject: Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib. --- src/api/x11/ffi.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/x11/ffi.rs b/src/api/x11/ffi.rs index 9fd9933..8deaf20 100644 --- a/src/api/x11/ffi.rs +++ b/src/api/x11/ffi.rs @@ -2,7 +2,6 @@ pub use x11::keysym::*; pub use x11::xcursor::*; pub use x11::xf86vmode::*; pub use x11::xlib::*; -pub use x11::xlib::xkb::*; pub use self::glx::types::GLXContext; -- cgit v1.2.3