From eb81eef03ee794b82e23026c01cd2fc4a1a78076 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 15 Dec 2013 14:38:04 +0000 Subject: Move SelectMode enum as an implementation detail in normal.cc --- src/editor.hh | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/editor.hh') 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, -- cgit v1.2.3