summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-10-18 07:53:13 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-11-21 08:45:09 -0300
commit80dd2df7c33456090dccf8acac8730983c099fc9 (patch)
treefe93e61eec12935546f0c5f9399f7933164ebd65
parent9f9f78ded151dbd1c69694b7cc50688dd03d5fbc (diff)
downloadgnome-calendar-80dd2df7c33456090dccf8acac8730983c099fc9.tar.gz
utils: Remove obsolete comment
-rw-r--r--src/utils/gcal-utils.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/gcal-utils.c b/src/utils/gcal-utils.c
index 23afd1a5..f4183317 100644
--- a/src/utils/gcal-utils.c
+++ b/src/utils/gcal-utils.c
@@ -1050,10 +1050,6 @@ filter_children_by_uid_and_modtype (GtkWidget *widget,
event_widget = GCAL_EVENT_WIDGET (child);
ev = gcal_event_widget_get_event (event_widget);
- /*
- * We can assume only one event will have the exact uuid. Even among
- * recurrencies.
- */
if (g_str_equal (uid, gcal_event_get_uid (ev)))
{
result = g_list_prepend (result, event_widget);