diff options
author | Vika <vika@fireburn.ru> | 2024-08-25 17:42:38 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-08-25 17:42:38 +0300 |
commit | 861e3ea8b58edc420f83bce93f9630151f16ece5 (patch) | |
tree | 54846113682dd6d4d1f980a90e12cd2b44952f43 | |
parent | 7878cfd5c65d1fd6bdf9fcd74c5b0e13da81d47d (diff) | |
download | bowl-861e3ea8b58edc420f83bce93f9630151f16ece5.tar.zst |
TagPill: remove the commented macro invocation
-rw-r--r-- | src/components/tag_pill.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<str>; |