Remove dead code in iced_winit::debug::Null

This commit is contained in:
Héctor Ramón Jiménez 2020-02-09 05:26:20 +01:00
parent ce6806bbf4
commit fbfd76023b

View File

@ -6,8 +6,6 @@ impl Debug {
Self
}
pub fn toggle(&mut self) {}
pub fn startup_started(&mut self) {}
pub fn startup_finished(&mut self) {}