From 05aa0d6991820625189c7e367a6d033682ef4e4e Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Fri, 5 Mar 2021 17:55:06 +0900 Subject: minor: dead code --- helix-term/src/commands.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'helix-term/src') diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index e6b7cebd..4a5f1007 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -797,10 +797,6 @@ pub mod insert { } } -pub fn insert_char_prompt(prompt: &mut Prompt, c: char) { - prompt.insert_char(c); -} - // Undo / Redo // TODO: each command could simply return a Option, then the higher level handles -- cgit v1.2.3-70-g09d2