From c718fbb5654c77ae521f42fb9e42efb1a79992a9 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 22 Apr 2017 13:49:48 -0400 Subject: [PATCH] remove graphic picker debug code --- ShiftOS.WinForms/Applications/GraphicPicker.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ShiftOS.WinForms/Applications/GraphicPicker.cs b/ShiftOS.WinForms/Applications/GraphicPicker.cs index 4f3f2bb..85f95bd 100644 --- a/ShiftOS.WinForms/Applications/GraphicPicker.cs +++ b/ShiftOS.WinForms/Applications/GraphicPicker.cs @@ -88,7 +88,6 @@ namespace ShiftOS.WinForms.Applications ImageAsBinary = Utils.ReadAllBytes(file); System.IO.File.WriteAllBytes("temp_bin.bmp", ImageAsBinary); Image = SkinEngine.ImageFromBinary(ImageAsBinary); - Image.Save("temp.bmp", System.Drawing.Imaging.ImageFormat.Bmp); Setup(); }))); }