From 861e3ea8b58edc420f83bce93f9630151f16ece5 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 25 Aug 2024 17:42:38 +0300 Subject: TagPill: remove the commented macro invocation --- src/components/tag_pill.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components') diff --git a/src/components/tag_pill.rs b/src/components/tag_pill.rs index bbb1185..4947540 100644 --- a/src/components/tag_pill.rs +++ b/src/components/tag_pill.rs @@ -12,7 +12,6 @@ pub(crate) struct TagPillWidgets { button: gtk::Button, } -//#[relm4::factory(pub(crate))] impl FactoryComponent for TagPill { type CommandOutput = (); type Init = Box; -- cgit 1.4.1