mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
minor: dead code
This commit is contained in:
parent
1d42b95915
commit
05aa0d6991
@ -797,10 +797,6 @@ pub fn delete_char_forward(cx: &mut Context) {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn insert_char_prompt(prompt: &mut Prompt, c: char) {
|
||||
prompt.insert_char(c);
|
||||
}
|
||||
|
||||
// Undo / Redo
|
||||
|
||||
// TODO: each command could simply return a Option<transaction>, then the higher level handles
|
||||
|
Loading…
Reference in New Issue
Block a user