summaryrefslogtreecommitdiff
path: root/src/editor.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-12-15 14:38:04 +0000
committerMaxime Coste <frrrwww@gmail.com>2013-12-15 14:38:04 +0000
commiteb81eef03ee794b82e23026c01cd2fc4a1a78076 (patch)
tree0bafaac0d2e913d814a3e629dbaccba7ef1f4ed7 /src/editor.hh
parent39b43f4c3cb58c083671f0c4423dcdc79b0dcfed (diff)
Move SelectMode enum as an implementation detail in normal.cc
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,