mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Remove the is_closed function
This commit is contained in:
@@ -129,10 +129,6 @@ impl Window {
|
||||
})
|
||||
}
|
||||
|
||||
pub fn is_closed(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
pub fn set_title(&self, title: &str) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user