From b5ab50b2a8a869d8d433d9e13878c1cf1d721414 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 15 Dec 2022 03:06:04 +0100 Subject: Implement `window::close` action and remove `should_exit` --- src/application.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/application.rs') diff --git a/src/application.rs b/src/application.rs index 9d6c47e2..f2b7c955 100644 --- a/src/application.rs +++ b/src/application.rs @@ -270,8 +270,4 @@ where fn scale_factor(&self) -> f64 { self.0.scale_factor() } - - fn should_exit(&self) -> bool { - self.0.should_exit() - } } -- cgit