From fbfd76023b3756a39dbff75019c346c594c49cba Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Feb 2020 05:26:20 +0100 Subject: Remove dead code in `iced_winit::debug::Null` --- winit/src/debug/null.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'winit/src/debug/null.rs') diff --git a/winit/src/debug/null.rs b/winit/src/debug/null.rs index 9c809dd4..2a9430cd 100644 --- a/winit/src/debug/null.rs +++ b/winit/src/debug/null.rs @@ -6,8 +6,6 @@ impl Debug { Self } - pub fn toggle(&mut self) {} - pub fn startup_started(&mut self) {} pub fn startup_finished(&mut self) {} -- cgit