diff options
Diffstat (limited to 'src/window.rs')
-rw-r--r-- | src/window.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/window.rs b/src/window.rs index 9f8ed48..485ba58 100644 --- a/src/window.rs +++ b/src/window.rs @@ -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. |