diff options
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input.rs b/src/input.rs index 8f80a1d..6507986 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1,9 +1,3 @@ -// Intended to emulate vim modes. -pub enum InputMode { - Normal, // Navigating the ui. - Insert, // Editing a parameter. -} - // A row in the inputs table has one of each variation. #[derive(Clone)] pub enum InputParam { |