From b37fbccdb6413f0ad6739df49509ec975d770806 Mon Sep 17 00:00:00 2001 From: Reherc Date: Sun, 18 Apr 2021 00:36:43 +0200 Subject: [PATCH] Removed empty line --- App.AdventureMaker.Core/Lib Interop/PfimImage.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/App.AdventureMaker.Core/Lib Interop/PfimImage.cs b/App.AdventureMaker.Core/Lib Interop/PfimImage.cs index fd92733..d99ac9e 100644 --- a/App.AdventureMaker.Core/Lib Interop/PfimImage.cs +++ b/App.AdventureMaker.Core/Lib Interop/PfimImage.cs @@ -27,7 +27,6 @@ public static Image FromFile(FileInfo file) { GCHandle handle = GCHandle.Alloc(image.Data, GCHandleType.Pinned); - try { int[] pixels = new int[image.Width * image.Height];