mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
lan_discovery_WOL: remove unused struct MyConfig
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
3613f27afc
commit
52f4f274b2
1 changed files with 0 additions and 6 deletions
|
|
@ -878,12 +878,6 @@ pub struct LanPeers {
|
|||
pub peers: Vec<DiscoveryPeer>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
struct MyConfig {
|
||||
version: u8,
|
||||
api_key: String,
|
||||
}
|
||||
|
||||
impl LanPeers {
|
||||
pub fn load() -> LanPeers {
|
||||
let _ = CONFIG.read().unwrap(); // for lock
|
||||
|
|
|
|||
Loading…
Reference in a new issue