refactor: remove audio mode

This commit is contained in:
Kingtous
2023-02-06 09:37:52 +08:00
parent 45b93100d6
commit a04980fa13
7 changed files with 0 additions and 119 deletions

View File

@@ -420,8 +420,6 @@ impl sciter::EventHandler for SciterSession {
fn supported_hwcodec();
fn change_prefer_codec();
fn restart_remote_device();
fn save_audio_mode(String);
fn get_audio_mode();
fn request_voice_call();
fn close_voice_call();
}