From ae8ff9623efdf2a4267358d87d779b313c695689 Mon Sep 17 00:00:00 2001 From: Jan Hrastnik Date: Mon, 19 Oct 2020 16:16:00 +0200 Subject: fix warnings --- helix-view/src/commands.rs | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'helix-view/src/commands.rs') diff --git a/helix-view/src/commands.rs b/helix-view/src/commands.rs index 33fc06e4..905f4e10 100644 --- a/helix-view/src/commands.rs +++ b/helix-view/src/commands.rs @@ -307,21 +307,6 @@ pub fn append_mode(view: &mut View, _count: usize) { }) } -pub fn command_mode(_view: &mut View, _count: usize) { - use crate::Editor; - - let prompt = Prompt::new( - ":".to_owned(), - |_input: &str| None, // completion - |editor: &mut Editor, input: &str| match input { - "q" => editor.should_close = true, - _ => (), - }, - ); - - // set_prompt(prompt) -} - // TODO: I, A, o and O can share a lot of the primitives. // calculate line numbers for each selection range -- cgit v1.2.3-70-g09d2