From 81b2c730415b27e161ab7bdc9b36879f1455b38b Mon Sep 17 00:00:00 2001 From: DeadlyKitten <9684760+DeadlyKitten@users.noreply.github.com> Date: Tue, 23 Feb 2021 18:50:28 -0800 Subject: [PATCH] more cleanup --- MonkeModManager/FormSelectPlatform.cs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/MonkeModManager/FormSelectPlatform.cs b/MonkeModManager/FormSelectPlatform.cs index ccf31c6..fac0189 100644 --- a/MonkeModManager/FormSelectPlatform.cs +++ b/MonkeModManager/FormSelectPlatform.cs @@ -1,18 +1,11 @@ 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 MonkeModManager { public partial class FormSelectPlatform : Form { - FormMain Parent; + new readonly FormMain Parent; public FormSelectPlatform(FormMain parent) { InitializeComponent();