summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/components/tag_pill.rs1
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>;