mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 01:18:21 +00:00
Fix compile error on MacOS
This commit is contained in:
parent
e0db94532f
commit
67a95cf864
1 changed files with 0 additions and 8 deletions
|
|
@ -42,14 +42,6 @@ use hbb_common::{
|
|||
},
|
||||
Stream,
|
||||
};
|
||||
use hbb_common::{config::TransferSerde, fs::TransferJobMeta};
|
||||
use hbb_common::{
|
||||
fs::{
|
||||
can_enable_overwrite_detection, get_job, get_string, new_send_confirm, DigestCheckResult,
|
||||
RemoveJobMeta,
|
||||
},
|
||||
get_version_number,
|
||||
};
|
||||
use rdev::{Event, EventType::*, Key as RdevKey, Keyboard as RdevKeyboard, KeyboardState};
|
||||
|
||||
#[cfg(windows)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue