little cleanup

This commit is contained in:
Songtronix 2019-07-17 19:03:37 +02:00
parent bfa6a2e2a2
commit 5b31c7c1f9
2 changed files with 0 additions and 3 deletions

View File

@ -39,6 +39,4 @@ fn main() {
// Wait for the next tick. // Wait for the next tick.
clock.tick(Duration::from_millis(1000 / TPS)); clock.tick(Duration::from_millis(1000 / TPS));
} }
//settings.save_to_file().expect("failed to save the settings!");
} }

View File

@ -14,7 +14,6 @@ vek = "0.9"
uvth = "3.1.0" uvth = "3.1.0"
lazy_static = "1.3.0" lazy_static = "1.3.0"
scan_fmt = "0.1.3" scan_fmt = "0.1.3"
ron = "0.5.1" ron = "0.5.1"
serde = "1.0" serde = "1.0"
serde_derive = "1.0" serde_derive = "1.0"