minor cleanup

This commit is contained in:
N00MKRAD
2021-02-24 15:49:40 +01:00
parent 19fc5bb25c
commit 29f35e73c0
2 changed files with 0 additions and 10 deletions

View File

@@ -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
//

View File

@@ -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();