kopia lustrzana https://github.com/njcrawford/EmbroideryReader
Removed unused returns
rodzic
7b024e7f27
commit
07e700a48d
|
@ -148,7 +148,6 @@ namespace PesFile
|
||||||
{
|
{
|
||||||
// This is not a file that we can read
|
// This is not a file that we can read
|
||||||
throw new PECFormatException("PES version is not the correct format");
|
throw new PECFormatException("PES version is not the correct format");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int pecstart = fileIn.ReadInt32();
|
int pecstart = fileIn.ReadInt32();
|
||||||
|
@ -157,7 +156,6 @@ namespace PesFile
|
||||||
{
|
{
|
||||||
// This file is probably truncated
|
// This file is probably truncated
|
||||||
throw new PECFormatException("File appears to be truncated (PEC section is beyond end of file)");
|
throw new PECFormatException("File appears to be truncated (PEC section is beyond end of file)");
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read number of colors in this design
|
// Read number of colors in this design
|
||||||
|
|
Ładowanie…
Reference in New Issue