Merge pull request #488 from tomaka/rem-is-closed
Remove the is_closed function
This commit is contained in:
commit
7773996d7b
17 changed files with 72 additions and 176 deletions
|
|
@ -225,12 +225,6 @@ impl Window {
|
|||
builder.build()
|
||||
}
|
||||
|
||||
/// Returns true if the window has previously been closed by the user.
|
||||
#[inline]
|
||||
pub fn is_closed(&self) -> bool {
|
||||
self.window.is_closed()
|
||||
}
|
||||
|
||||
/// Modifies the title of the window.
|
||||
///
|
||||
/// This is a no-op if the window has already been closed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue