From c01e23adc3a51e2ef21a2a468394b3fc831197e2 Mon Sep 17 00:00:00 2001 From: Alex Page Date: Sat, 24 Jun 2023 03:59:25 -0400 Subject: [PATCH] Remove commented code --- src/bin/xpkey/main.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/bin/xpkey/main.rs b/src/bin/xpkey/main.rs index 3a28017..1ea3bfd 100644 --- a/src/bin/xpkey/main.rs +++ b/src/bin/xpkey/main.rs @@ -144,16 +144,6 @@ fn load_keys + std::fmt::Display>(path: Option

, 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) }