diff options
author | Ivan Tham <[email protected]> | 2018-08-08 07:02:21 +0100 |
---|---|---|
committer | Ivan Tham <[email protected]> | 2018-08-08 07:02:21 +0100 |
commit | 970bda5dd25060fea65da97c3bcbce11e48fc71a (patch) | |
tree | 4038061e04ce56bab2da3e032273422abf7032a5 /src | |
parent | 3a022c1bc9b8b92df0d2ef9977a7df5c1af1036b (diff) |
Remove unneeded parse_arguments
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 | ||