diff options
| author | AShifter <[email protected]> | 2017-09-24 12:32:50 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-09-24 12:32:50 -0600 |
| commit | 9107510c4985ceb781640163bbb82ab6de2fa35e (patch) | |
| tree | c6a440b7ed182df8f8d1e5d0fdf55e28cf74055f /ShiftOS/undo.vb | |
| parent | 2992686ec723fa4c854b6de27007a284b484a92e (diff) | |
| download | shiftos-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.vb | 6 |
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 |
