mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 12:29:04 +08:00
remove unused code
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
105a774135
commit
6a010e89c9
@ -1567,7 +1567,6 @@ impl Connection {
|
||||
if is_left_up(&me) {
|
||||
CLICK_TIME.store(get_time(), Ordering::SeqCst);
|
||||
} else {
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
MOUSE_MOVE_TIME.store(get_time(), Ordering::SeqCst);
|
||||
}
|
||||
self.input_mouse(me, self.inner.id());
|
||||
|
Loading…
Reference in New Issue
Block a user