Remove unused LKDisplays
API
This commit is contained in:
parent
0ef62fc334
commit
ae44a38285
4 changed files with 0 additions and 28 deletions
|
@ -9,10 +9,6 @@ use media::core_video::CVImageBuffer;
|
|||
use parking_lot::Mutex;
|
||||
use std::{future::Future, sync::Arc};
|
||||
|
||||
pub fn displays() {
|
||||
panic!()
|
||||
}
|
||||
|
||||
lazy_static! {
|
||||
static ref SERVERS: Mutex<HashMap<String, Arc<TestServer>>> = Default::default();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue