From cf073e7c8be87de7c3e7a16815aa1f2fa0c59c23 Mon Sep 17 00:00:00 2001 From: N00MKRAD <61149547+n00mkrad@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:45:56 +0200 Subject: [PATCH] Minor cleanup --- CodeLegacy/Forms/ModelDownloadForm.cs | 4 ---- CodeLegacy/MiscUtils/ModelDownloadFormUtils.cs | 1 - 2 files changed, 5 deletions(-) diff --git a/CodeLegacy/Forms/ModelDownloadForm.cs b/CodeLegacy/Forms/ModelDownloadForm.cs index 2381f37..a34a9b6 100644 --- a/CodeLegacy/Forms/ModelDownloadForm.cs +++ b/CodeLegacy/Forms/ModelDownloadForm.cs @@ -3,12 +3,8 @@ using Flowframes.MiscUtils; using Microsoft.WindowsAPICodePack.Taskbar; using System; using System.Collections.Generic; -using System.ComponentModel; using System.Data; -using System.Drawing; using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace Flowframes.Forms diff --git a/CodeLegacy/MiscUtils/ModelDownloadFormUtils.cs b/CodeLegacy/MiscUtils/ModelDownloadFormUtils.cs index 4e5089e..8408fdb 100644 --- a/CodeLegacy/MiscUtils/ModelDownloadFormUtils.cs +++ b/CodeLegacy/MiscUtils/ModelDownloadFormUtils.cs @@ -2,7 +2,6 @@ using Flowframes.Forms; using Flowframes.IO; using Flowframes.Main; -using System; using System.Collections.Generic; using System.Threading.Tasks;