From 3cb355f02f195b2367542091870aeb7b088d0365 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 1 Aug 2021 16:00:46 +0100 Subject: [PATCH] Changed: clean-up --- MainForm.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MainForm.cs b/MainForm.cs index c4ec8cc..344d063 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -559,11 +559,6 @@ namespace FizzyLauncher /// private void addGroupToolStripMenuItem_Click(object sender, EventArgs e) { - //if (string.IsNullOrWhiteSpace(sessionFilename)) - //{ - // return; - //} - tileContainer1.Add(); }