chore: remove dead service (2nd attempt)

This commit is contained in:
alterware
2025-11-21 16:44:07 +01:00
parent 695a8174c8
commit 72ac6d56aa
4 changed files with 0 additions and 70 deletions

View File

@@ -54,8 +54,6 @@ pub struct Config {
pub cdn_url: String,
#[serde(default)]
pub offline: bool,
#[serde(default)]
pub skip_connectivity_check: bool,
}
impl Default for Config {
@@ -73,7 +71,6 @@ impl Default for Config {
prerelease: false,
cdn_url: String::default(),
offline: false,
skip_connectivity_check: false,
}
}
}