From a96ffa2902c437dc9db02d93cd7fa4c259e72667 Mon Sep 17 00:00:00 2001 From: nednoodlehead <102321690+nednoodlehead@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:33:08 -0700 Subject: [PATCH] Update examples/iced.rs Co-authored-by: Amr Bashir --- examples/iced.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/iced.rs b/examples/iced.rs index 401fa59..3e782ae 100644 --- a/examples/iced.rs +++ b/examples/iced.rs @@ -63,8 +63,6 @@ impl Application for Example { } fn subscription(&self) -> Subscription { - // if you want to have multiple subscriptions, do it like this: - // iced::Subscription::batch(vec![self.hotkey_sub(), self.test_sub()]) self.hotkey_sub() } }