mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 22:13:20 +03:00
del unused
This commit is contained in:
20
src/ui.rs
20
src/ui.rs
@@ -613,26 +613,6 @@ pub fn get_api_server() -> String {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
// pub struct UIData(
|
|
||||||
// Status, // 1
|
|
||||||
// HashMap<String, String>, // 2 options
|
|
||||||
// String, // 3
|
|
||||||
// mpsc::UnboundedSender<ipc::Data>, // 4
|
|
||||||
// );
|
|
||||||
// pub struct UIData {
|
|
||||||
// status: Status, // 1 arc
|
|
||||||
// options: HashMap<String, String>, // 2 arc options
|
|
||||||
// _3: String, // 3 arc async_job_status
|
|
||||||
// _4: mpsc::UnboundedSender<ipc::Data>, // 4
|
|
||||||
// }
|
|
||||||
|
|
||||||
// impl UIData {
|
|
||||||
// fn new(childs: Childs) -> Self {
|
|
||||||
// let res = check_connect_status(true);
|
|
||||||
// Self(childs, res.0, res.1, Default::default(), res.2)
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
struct UIHostHandler;
|
struct UIHostHandler;
|
||||||
|
|
||||||
pub fn start(args: &mut [String]) {
|
pub fn start(args: &mut [String]) {
|
||||||
|
|||||||
Reference in New Issue
Block a user