rm unused imports

This commit is contained in:
Colin McMillen 2023-07-06 22:33:25 -04:00
parent ca4ea40916
commit dd7c3f6615

View File

@ -6,11 +6,7 @@ using OpenTK.Windowing.GraphicsLibraryFramework;
// https://docs.sixlabors.com/api/ImageSharp/SixLabors.ImageSharp.Image.html
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Metadata.Profiles.Exif;
using System.IO;
using System.Reflection.Metadata;
using System.Runtime.CompilerServices;
using static System.Runtime.InteropServices.JavaScript.JSType;
using System.Xml.Linq;
using Image = SixLabors.ImageSharp.Image;
namespace SemiColinGames;