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) 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: