mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Remove unused function
This commit is contained in:
@@ -258,14 +258,6 @@ pub fn from_key_seq(key: Key, seq: WString) -> 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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user