From 07e700a48dc2c9704a56b4e11baa7767978fa9d2 Mon Sep 17 00:00:00 2001 From: Nathan Crawford Date: Mon, 28 Mar 2016 23:24:41 -0400 Subject: [PATCH] Removed unused returns --- PesFile/PesFile.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PesFile/PesFile.cs b/PesFile/PesFile.cs index 7045bc9..85e40bf 100644 --- a/PesFile/PesFile.cs +++ b/PesFile/PesFile.cs @@ -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