removed commented out code.

This commit is contained in:
morkt 2015-03-11 16:42:55 +04:00
parent 7580d36414
commit 85c55b9aec

View File

@ -155,7 +155,6 @@ namespace GameRes.Formats.Selene
int pass_len = pass.Length;
int hash = PasskeyHash (pass); // sub_100E0390
var hash_table = new KeyTableGenerator (hash);
// hash_table.Init (hash); // sub_100E0680
byte[] table = new byte[0x10000];
for (int i = 0; i < table.Length; ++i)
{