Remove unused LKDisplays API

This commit is contained in:
Antonio Scandurra 2022-10-21 10:12:24 +02:00
parent 0ef62fc334
commit ae44a38285
4 changed files with 0 additions and 28 deletions

View file

@ -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();
}