chore: remove unused but there is like 20 more

This commit is contained in:
alterware
2025-11-21 16:47:25 +01:00
parent 72ac6d56aa
commit f9a64a9a45

View File

@@ -29,8 +29,6 @@ pub static USER_AGENT: Lazy<String> = Lazy::new(|| {
pub static MASTER_URL: Lazy<Mutex<String>> = Lazy::new(|| Mutex::new(String::from(DEFAULT_MASTER)));
pub static IS_OFFLINE: Lazy<Mutex<bool>> = Lazy::new(|| Mutex::new(false));
pub static PREFIXES: Lazy<HashMap<&'static str, PrintPrefix>> = Lazy::new(|| {
HashMap::from([
(