mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-02 16:59:15 +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)
|
internal static void checkEncrypted(ref byte[] pkm)
|
||||||
{
|
{
|
||||||
int format = getPKMDataFormat(pkm);
|
int format = getPKMDataFormat(pkm);
|
||||||
ushort chk = 0;
|
|
||||||
switch (format)
|
switch (format)
|
||||||
{
|
{
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in a new issue