aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/launcher/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/launcher/config.rs')
-rw-r--r--src/launcher/config.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/launcher/config.rs b/src/launcher/config.rs
deleted file mode 100644
index fafc229..0000000
--- a/src/launcher/config.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-pub struct Config {
- pub username: String,
- pub resolution: (u32, u32),
-}
-
-impl Config {
- pub fn new(username: &str, resolution: (u32, u32)) -> Self {
- Config {
- username: username.to_string(),
- resolution,
- }
- }
-} \ No newline at end of file