diff options
author | 2020-02-09 05:26:20 +0100 | |
---|---|---|
committer | 2020-02-09 05:26:20 +0100 | |
commit | fbfd76023b3756a39dbff75019c346c594c49cba (patch) | |
tree | 8562e77bba80e64c3fe9169fd7c0f2b3d05a0787 /winit/src/debug/null.rs | |
parent | ce6806bbf4fce198453e13da7cb38d62fd1739f5 (diff) | |
download | iced-fbfd76023b3756a39dbff75019c346c594c49cba.tar.gz iced-fbfd76023b3756a39dbff75019c346c594c49cba.tar.bz2 iced-fbfd76023b3756a39dbff75019c346c594c49cba.zip |
Remove dead code in `iced_winit::debug::Null`
Diffstat (limited to '')
-rw-r--r-- | winit/src/debug/null.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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) {} |