Remove deprecated functions
This commit is contained in:
parent
424cc5ea49
commit
b99309bee2
4 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue