Remove the is_closed function
This commit is contained in:
parent
eb73c2514e
commit
39128dd7e1
17 changed files with 72 additions and 176 deletions
|
|
@ -108,11 +108,6 @@ impl Window {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn is_closed(&self) -> bool {
|
||||
use std::ptr;
|
||||
unsafe { ffi::emscripten_is_webgl_context_lost(ptr::null()) != 0 }
|
||||
}
|
||||
|
||||
pub fn set_title(&self, _title: &str) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue