Remove commented code

This commit is contained in:
Alex Page 2023-06-24 03:59:25 -04:00
parent b6707e34b8
commit c01e23adc3

View file

@ -144,16 +144,6 @@ fn load_keys<P: AsRef<Path> + std::fmt::Display>(path: Option<P>, verbose: bool)
}
};
// let bink_id = u32::from_str_radix(&options.binkid, 16)?;
// if bink_id >= 0x40 {
// if options.key_to_check.is_some() {
// options.application_mode = Commands::Bink2002Validate;
// } else {
// options.application_mode = Commands::Bink2002Generate;
// }
// }
Ok(keys)
}