summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.hh')
-rw-r--r--src/editor.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/editor.hh b/src/editor.hh
index b26a8fee..5a468279 100644
--- a/src/editor.hh
+++ b/src/editor.hh
@@ -12,14 +12,6 @@ namespace InputModes { class Insert; }
class Register;
-enum class SelectMode
-{
- Replace,
- Extend,
- Append,
- ReplaceMain,
-};
-
enum class InsertMode : unsigned
{
Insert,