diff options
author | Blaž Hrastnik | 2021-05-15 01:31:45 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-15 01:50:36 +0000 |
commit | fae2127a119b6aebcb87056d01de47e84be084ed (patch) | |
tree | 078844f57f0d7c5a9d58e38f4f5777df0173bb24 /helix-term/src/ui | |
parent | 0e5b42164628e5d25044cb5fd9592f7222701d6f (diff) |
Drop cx.view_id, it was used before we had cx.current.
Diffstat (limited to 'helix-term/src/ui')
-rw-r--r-- | helix-term/src/ui/editor.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 58378eaf..6d792838 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -530,7 +530,6 @@ impl Component for EditorView { let mode = doc.mode(); let mut cxt = commands::Context { - view_id: view.id, editor: &mut cx.editor, count: 1, callback: None, |