aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/undo.vb
diff options
context:
space:
mode:
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