From d286ed3eb877365c01f7a7ec56de9a0dc84bab2e Mon Sep 17 00:00:00 2001 From: sam-anthony Date: Sun, 6 Mar 2022 21:56:57 -0330 Subject: simplify/remove a lot of stuff --- src/input.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/input.rs') 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 { -- cgit v1.2.3