aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/GraphicPicker.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Applications/GraphicPicker.cs')
-rw-r--r--ShiftOS.WinForms/Applications/GraphicPicker.cs1
1 files changed, 0 insertions, 1 deletions
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();
})));
}