mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
Remove unnescessary unimplemented
This commit is contained in:
parent
3419aaf17e
commit
62fc0b2100
1 changed files with 2 additions and 6 deletions
|
@ -46,9 +46,7 @@ impl Platform for TestPlatform {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn quit(&self) {
|
fn quit(&self) {}
|
||||||
unimplemented!()
|
|
||||||
}
|
|
||||||
|
|
||||||
fn restart(&self) {
|
fn restart(&self) {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
|
@ -141,9 +139,7 @@ impl Platform for TestPlatform {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn on_quit(&self, _callback: Box<dyn FnMut()>) {
|
fn on_quit(&self, _callback: Box<dyn FnMut()>) {}
|
||||||
unimplemented!()
|
|
||||||
}
|
|
||||||
|
|
||||||
fn on_reopen(&self, _callback: Box<dyn FnMut()>) {
|
fn on_reopen(&self, _callback: Box<dyn FnMut()>) {
|
||||||
unimplemented!()
|
unimplemented!()
|
||||||
|
|
Loading…
Reference in a new issue