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

@ -14,7 +14,6 @@ pub use room::Room;
use std::sync::Arc;
pub fn init(client: Arc<Client>, user_store: ModelHandle<UserStore>, cx: &mut MutableAppContext) {
live_kit_client::displays();
let active_call = cx.add_model(|cx| ActiveCall::new(client, user_store, cx));
cx.set_global(active_call);
}