Remove unused method
This commit is contained in:
parent
2619bc4602
commit
13ee86e334
1 changed files with 0 additions and 6 deletions
|
@ -230,12 +230,6 @@ impl Window {
|
|||
Ok(window)
|
||||
}
|
||||
}
|
||||
|
||||
pub fn zoom(&self) {
|
||||
unsafe {
|
||||
self.0.as_ref().borrow().native_window.performZoom_(nil);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for Window {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue