mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 08:17:14 +00:00
Remove unused variable
This commit is contained in:
parent
4bfaf27e5f
commit
be8bd15dd1
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ namespace PKHeX
|
|||
internal static void checkEncrypted(ref byte[] pkm)
|
||||
{
|
||||
int format = getPKMDataFormat(pkm);
|
||||
ushort chk = 0;
|
||||
switch (format)
|
||||
{
|
||||
case 1:
|
||||
|
|
Loading…
Reference in a new issue