Remove App::on_open_files
, as it's a subset of on_open_urls
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
d725876e64
commit
a210b05d00
4 changed files with 0 additions and 48 deletions
|
@ -66,8 +66,6 @@ impl super::ForegroundPlatform for ForegroundPlatform {
|
|||
|
||||
fn on_event(&self, _: Box<dyn FnMut(crate::Event) -> bool>) {}
|
||||
|
||||
fn on_open_files(&self, _: Box<dyn FnMut(Vec<std::path::PathBuf>)>) {}
|
||||
|
||||
fn on_open_urls(&self, _: Box<dyn FnMut(Vec<String>)>) {}
|
||||
|
||||
fn run(&self, _on_finish_launching: Box<dyn FnOnce() -> ()>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue