mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Remove unused function
This commit is contained in:
@@ -574,11 +574,6 @@ pub fn queue_char(&mut self, ch: CharEvent) {
|
||||
self.queue.push_back(ch);
|
||||
}
|
||||
|
||||
/// Enqueue a readline command. Convenience cover over queue_char().
|
||||
pub fn queue_readline(&mut self, cmd: ReadlineCmd) {
|
||||
self.queue_char(CharEvent::from_readline(cmd));
|
||||
}
|
||||
|
||||
/// Sets the return status of the most recently executed input function.
|
||||
pub fn function_set_status(&mut self, status: bool) {
|
||||
self.function_status = status;
|
||||
|
||||
Reference in New Issue
Block a user