mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
remove graphic picker debug code
This commit is contained in:
parent
e63e1d65f7
commit
c718fbb565
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
})));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue