From 29f35e73c0d04fb7ea38b5366baa4fe00a1df660 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Wed, 24 Feb 2021 15:49:40 +0100 Subject: [PATCH] minor cleanup --- Code/Form1.Designer.cs | 1 - Code/Form1.cs | 9 --------- 2 files changed, 10 deletions(-) diff --git a/Code/Form1.Designer.cs b/Code/Form1.Designer.cs index 31d6eb5..7bf0797 100644 --- a/Code/Form1.Designer.cs +++ b/Code/Form1.Designer.cs @@ -1003,7 +1003,6 @@ this.quickSettingsTab.Size = new System.Drawing.Size(901, 258); this.quickSettingsTab.TabIndex = 1; this.quickSettingsTab.Text = "Quick Settings"; - this.quickSettingsTab.Layout += new System.Windows.Forms.LayoutEventHandler(this.quickSettingsTab_Layout); // // scnDetect // diff --git a/Code/Form1.cs b/Code/Form1.cs index 31b1aa8..05d0a25 100644 --- a/Code/Form1.cs +++ b/Code/Form1.cs @@ -1,6 +1,5 @@ using Flowframes.Forms; using Flowframes.IO; -using Flowframes.Magick; using Flowframes.Main; using Flowframes.OS; using Flowframes.UI; @@ -10,13 +9,10 @@ using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.IO; -using System.Linq; using System.Windows.Forms; using HTAlt.WinForms; using Flowframes.Data; using Microsoft.WindowsAPICodePack.Taskbar; -using System.Threading.Tasks; -using System.Windows.Documents; using Flowframes.MiscUtils; namespace Flowframes @@ -511,11 +507,6 @@ namespace Flowframes SaveQuickSettings(null, null); } - private void quickSettingsTab_Layout(object sender, LayoutEventArgs e) - { - //LoadQuickSettings(); - } - private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { new SettingsForm().ShowDialog();