This commit is contained in:
rustdesk
2022-02-28 12:36:32 +08:00
parent 9cc3cf92ab
commit 8648c70df4
3 changed files with 4 additions and 10 deletions

View File

@@ -364,10 +364,6 @@ impl UI {
}
}
fn refresh_audio_input(&self) {
ipc::restart_autdio_service();
}
fn install_path(&mut self) -> String {
#[cfg(windows)]
return crate::platform::windows::get_install_info().1;
@@ -705,7 +701,6 @@ impl sciter::EventHandler for UI {
fn create_shortcut(String);
fn discover();
fn get_lan_peers();
fn refresh_audio_input();
}
}