diff options
Diffstat (limited to 'helix-view/src')
-rw-r--r-- | helix-view/src/document.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index 0ab8abbb..231c10bc 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -15,7 +15,6 @@ pub enum Mode { Normal, Select, Insert, - Goto, } pub struct Document { |