summaryrefslogtreecommitdiffstats
path: root/src/launcher/settings.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-30 23:39:40 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-30 23:39:40 -0600
commit58b85cd77338bfc5a35fa39e10598cadb27eee32 (patch)
tree504f2ce93ff4ef3129b757018a3d9b47f257328b /src/launcher/settings.rs
parentremove dead oauth code (diff)
Remove some unused imports but not all of them
Diffstat (limited to 'src/launcher/settings.rs')
-rw-r--r--src/launcher/settings.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/launcher/settings.rs b/src/launcher/settings.rs
index 5c8cb27..4dfc4ac 100644
--- a/src/launcher/settings.rs
+++ b/src/launcher/settings.rs
@@ -1,6 +1,5 @@
use std::collections::HashMap;
use std::error::Error;
-use std::ffi::{OsStr, OsString};
use std::fmt::{Display, Formatter};
use std::io::ErrorKind;
use std::path::{Path, PathBuf};