Remove unused variable

This commit is contained in:
Kurt 2016-12-30 23:21:50 -08:00
parent 4bfaf27e5f
commit be8bd15dd1

View file

@ -238,7 +238,6 @@ namespace PKHeX
internal static void checkEncrypted(ref byte[] pkm)
{
int format = getPKMDataFormat(pkm);
ushort chk = 0;
switch (format)
{
case 1: