From 39128dd7e11ffa05eb06933cb6e3ce0e750e8806 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 16 Jun 2015 13:48:08 +0200 Subject: Remove the is_closed function --- src/window.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/window.rs') diff --git a/src/window.rs b/src/window.rs index 578c237..b42a16f 100644 --- a/src/window.rs +++ b/src/window.rs @@ -224,12 +224,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. -- cgit v1.2.3