diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index 5057433..47efe6f 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -30,8 +30,6 @@ lazy_static! { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | fn main() { | 32 | fn main() { |
33 | parse_arguments(); | ||
34 | |||
35 | // Initial setup | 33 | // Initial setup |
36 | let mut main = Cursive::default(); | 34 | let mut main = Cursive::default(); |
37 | 35 | ||