mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Remove unused function
This commit is contained in:
parent
b8e280add6
commit
182f8948b8
1 changed files with 0 additions and 8 deletions
|
@ -258,14 +258,6 @@ impl CharEvent {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn from_char_seq(c: char, seq: WString) -> CharEvent {
|
||||
CharEvent::Key(KeyEvent {
|
||||
key: Key::from_raw(c),
|
||||
input_style: CharInputStyle::Normal,
|
||||
seq,
|
||||
})
|
||||
}
|
||||
|
||||
pub fn from_readline(cmd: ReadlineCmd) -> CharEvent {
|
||||
Self::from_readline_seq(cmd, WString::new())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue