aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS/Desktop.cs
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-10-01 09:52:26 -0500
committerFloppyDiskDrive <[email protected]>2017-10-01 09:52:26 -0500
commitaa44f27eab230f464e9778a4256c330a056a7b3c (patch)
treee6fbc5ac67890b11293f682c279ff7670ecef8cf /ShiftOS.Main/ShiftOS/Desktop.cs
parentc23e42cc396d4fc55799d659bae2149cc183dbf6 (diff)
downloadshiftos-rewind-aa44f27eab230f464e9778a4256c330a056a7b3c.tar.gz
shiftos-rewind-aa44f27eab230f464e9778a4256c330a056a7b3c.tar.bz2
shiftos-rewind-aa44f27eab230f464e9778a4256c330a056a7b3c.zip
Revert "Added a fuckton of changes"
This reverts commit c23e42cc396d4fc55799d659bae2149cc183dbf6.
Diffstat (limited to 'ShiftOS.Main/ShiftOS/Desktop.cs')
-rw-r--r--ShiftOS.Main/ShiftOS/Desktop.cs10
1 files changed, 1 insertions, 9 deletions
diff --git a/ShiftOS.Main/ShiftOS/Desktop.cs b/ShiftOS.Main/ShiftOS/Desktop.cs
index 1ea4183..494222a 100644
--- a/ShiftOS.Main/ShiftOS/Desktop.cs
+++ b/ShiftOS.Main/ShiftOS/Desktop.cs
@@ -8,9 +8,6 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using ShiftOS.Engine.WindowManager;
-using ShiftOS.Main.ShiftOS.Apps;
-using ShiftOS.Main.Properties;
-using ShiftOS.Engine;
namespace ShiftOS.Main.ShiftOS
{
@@ -60,10 +57,5 @@ namespace ShiftOS.Main.ShiftOS
private void timer1_Tick(object sender, EventArgs e) =>
taskbarClock.Text = $"{DateTime.Now:t}";
-
- private void toolStripDropDownButton1_Click(object sender, EventArgs e)
- {
- ShiftWM.Init(new Snakey(), "Snakey - WIP", Resources.iconSnakey.ToIcon(), false, true);
- }
- }
+ }
}