aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 18:36:57 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 18:41:11 +0200
commitb99309bee20a23d118a3b58a8f73d28a62778c84 (patch)
treed82e8f05a783253e4ed1935937f4c5875bc2e85e /src/x11
parent424cc5ea4909e9e57a1d14b6ad6a397e992ab6fb (diff)
downloadglutin-b99309bee20a23d118a3b58a8f73d28a62778c84.tar.gz
glutin-b99309bee20a23d118a3b58a8f73d28a62778c84.zip
Remove deprecated functions
Diffstat (limited to 'src/x11')
-rw-r--r--src/x11/window/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/window/mod.rs b/src/x11/window/mod.rs
index fa8f91c..3820bd4 100644
--- a/src/x11/window/mod.rs
+++ b/src/x11/window/mod.rs
@@ -7,7 +7,7 @@ use std::cell::Cell;
use std::sync::atomic::AtomicBool;
use std::collections::VecDeque;
use super::ffi;
-use std::sync::{Arc, Mutex, Once, ONCE_INIT, Weak};
+use std::sync::{Arc, Mutex, Once, ONCE_INIT};
use Api;
use CursorState;