From 9107510c4985ceb781640163bbb82ab6de2fa35e Mon Sep 17 00:00:00 2001 From: AShifter Date: Sun, 24 Sep 2017 12:32:50 -0600 Subject: Add proper WM and Remove old source Added a proper, working WM. I also got rid of the old source as we could just make a new repo for that. --- ShiftOS/undo.vb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 ShiftOS/undo.vb (limited to 'ShiftOS/undo.vb') diff --git a/ShiftOS/undo.vb b/ShiftOS/undo.vb deleted file mode 100644 index ed3a483..0000000 --- a/ShiftOS/undo.vb +++ /dev/null @@ -1,6 +0,0 @@ -Public Class undo - - Public undoStack As New Stack(Of Image) - Public redoStack As New Stack(Of Image) - -End Class -- cgit v1.2.3