minor: dead code
This commit is contained in:
parent
1d42b95915
commit
05aa0d6991
1 changed files with 0 additions and 4 deletions
|
@ -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<transaction>, then the higher level handles
|
||||
|
|
Loading…
Add table
Reference in a new issue