aboutsummaryrefslogtreecommitdiffstats
path: root/src/input.rs
diff options
context:
space:
mode:
authorsam-anthony <samanthony6@protonmail.com>2022-03-06 21:56:57 -0330
committersam-anthony <samanthony6@protonmail.com>2022-03-06 21:56:57 -0330
commitd286ed3eb877365c01f7a7ec56de9a0dc84bab2e (patch)
tree8bf158027b0677bed2d1c06f13d42c426d30f263 /src/input.rs
parentd0c7b0a39ed6703940da4896d2caa79ad36590e0 (diff)
downloadvolute-d286ed3eb877365c01f7a7ec56de9a0dc84bab2e.zip
simplify/remove a lot of stuff
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs6
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 {