Removed unused returns

Branch_2.1.x
Nathan Crawford 2016-03-28 23:24:41 -04:00
rodzic 7b024e7f27
commit 07e700a48d
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -148,7 +148,6 @@ namespace PesFile
{
// This is not a file that we can read
throw new PECFormatException("PES version is not the correct format");
return;
}
int pecstart = fileIn.ReadInt32();
@ -157,7 +156,6 @@ namespace PesFile
{
// This file is probably truncated
throw new PECFormatException("File appears to be truncated (PEC section is beyond end of file)");
return;
}
// Read number of colors in this design