summaryrefslogtreecommitdiff
path: root/src/com/lamerman/SelectionMode.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/lamerman/SelectionMode.java')
-rw-r--r--src/com/lamerman/SelectionMode.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/com/lamerman/SelectionMode.java b/src/com/lamerman/SelectionMode.java
deleted file mode 100644
index 3c05dfa8..00000000
--- a/src/com/lamerman/SelectionMode.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package com.lamerman;
-
-public class SelectionMode {
- public static final int MODE_CREATE = 0;
-
- public static final int MODE_OPEN = 1;
-}