diff options
| author | Michael <[email protected]> | 2017-04-22 13:49:48 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-22 13:49:48 -0400 |
| commit | c718fbb5654c77ae521f42fb9e42efb1a79992a9 (patch) | |
| tree | 747b6f51b98bff1c40fc30c406b30f9e25aa313e /ShiftOS.WinForms/Applications | |
| parent | e63e1d65f7445988d9889a7b5a54b380ddb514e8 (diff) | |
| download | shiftos_thereturn-c718fbb5654c77ae521f42fb9e42efb1a79992a9.tar.gz shiftos_thereturn-c718fbb5654c77ae521f42fb9e42efb1a79992a9.tar.bz2 shiftos_thereturn-c718fbb5654c77ae521f42fb9e42efb1a79992a9.zip | |
remove graphic picker debug code
Diffstat (limited to 'ShiftOS.WinForms/Applications')
| -rw-r--r-- | ShiftOS.WinForms/Applications/GraphicPicker.cs | 1 |
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(); }))); } |
