Forgot to delete a bit from commandline option parsing.

This commit is contained in:
Nathan Vegdahl 2017-12-31 03:35:09 -08:00
parent e47c0e0451
commit 6ccba0510b

View File

@ -33,7 +33,6 @@ Options:
#[derive(Debug, Deserialize)]
struct Args {
arg_file: Option<String>,
flag_gui: bool,
flag_help: bool,
}