aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/ffi.rs
diff options
context:
space:
mode:
authorDaggerbot <daggerbot@gmail.com>2015-05-06 13:03:34 +0000
committerDaggerbot <daggerbot@gmail.com>2015-05-06 13:03:34 +0000
commit9f13395cac420d3e2d0084c706861fef0b5a19aa (patch)
tree67bfae2b50b47ec96b67d16dd80792295e05fafb /src/api/x11/ffi.rs
parentfa74d7412ba2f0f8f69c84efc03fdc747876c5c5 (diff)
downloadglutin-9f13395cac420d3e2d0084c706861fef0b5a19aa.tar.gz
glutin-9f13395cac420d3e2d0084c706861fef0b5a19aa.zip
Removed import of x11::xlib::xkb, which has been absorbed by x11::xlib.
Diffstat (limited to 'src/api/x11/ffi.rs')
-rw-r--r--src/api/x11/ffi.rs1
1 files changed, 0 insertions, 1 deletions
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;