aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/undo.vb
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-09-24 12:32:50 -0600
committerAShifter <[email protected]>2017-09-24 12:32:50 -0600
commit9107510c4985ceb781640163bbb82ab6de2fa35e (patch)
treec6a440b7ed182df8f8d1e5d0fdf55e28cf74055f /ShiftOS/undo.vb
parent2992686ec723fa4c854b6de27007a284b484a92e (diff)
downloadshiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.gz
shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.tar.bz2
shiftos-rewind-9107510c4985ceb781640163bbb82ab6de2fa35e.zip
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.
Diffstat (limited to 'ShiftOS/undo.vb')
-rw-r--r--ShiftOS/undo.vb6
1 files changed, 0 insertions, 6 deletions
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