Remove commented code
This commit is contained in:
parent
b6707e34b8
commit
c01e23adc3
1 changed files with 0 additions and 10 deletions
|
@ -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)
|
Ok(keys)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue