mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
refactor
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user