mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
opt: clean code
This commit is contained in:
@@ -1054,14 +1054,6 @@ impl Connection {
|
||||
last_modified: d.last_modified,
|
||||
is_upload: true,
|
||||
}),
|
||||
Some(file_response::Union::offset(offset)) => {
|
||||
// TODO: i32
|
||||
// self.send_fs(ipc::FS::WriteOffset {
|
||||
// id: offset.id,
|
||||
// file_num: offset.file_num,
|
||||
// offset_blk: offset.offset_blk,
|
||||
// });
|
||||
}
|
||||
_ => {}
|
||||
},
|
||||
Some(message::Union::misc(misc)) => match misc.union {
|
||||
|
||||
Reference in New Issue
Block a user