aboutsummaryrefslogtreecommitdiff
path: root/source/WindowsFormsApplication1/undo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'source/WindowsFormsApplication1/undo.cs')
-rw-r--r--source/WindowsFormsApplication1/undo.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/WindowsFormsApplication1/undo.cs b/source/WindowsFormsApplication1/undo.cs
deleted file mode 100644
index 98fb920..0000000
--- a/source/WindowsFormsApplication1/undo.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-using System.Collections.Generic;
-using System.Drawing;
-
-public class undo
-{
- public Stack<Image> undoStack = new Stack<Image>();
- public Stack<Image> redoStack = new Stack<Image>();
-} \ No newline at end of file