summary refs log tree commit diff
path: root/src/components
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-08-25 17:42:38 +0300
committerVika <vika@fireburn.ru>2024-08-25 17:42:38 +0300
commit861e3ea8b58edc420f83bce93f9630151f16ece5 (patch)
tree54846113682dd6d4d1f980a90e12cd2b44952f43 /src/components
parent7878cfd5c65d1fd6bdf9fcd74c5b0e13da81d47d (diff)
TagPill: remove the commented macro invocation
Diffstat (limited to 'src/components')
-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>;