Removed unused empty function

Removed unused function that accidentally got pushed up with previous commit
pull/11849/head
williamporomaa 2 months ago committed by GitHub
parent 32f40a98e3
commit 69f3b0eb3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2539,10 +2539,6 @@ fn read(cx: &mut compositor::Context, args: &[Cow<str>], event: PromptEvent) ->
Ok(())
}
fn exit() {
}
pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
TypableCommand {
name: "xit",

Loading…
Cancel
Save