From 9f50bc509f0c29bb3e74fca8d3467b6420c414db Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 31 Jan 2022 18:29:40 +0100 Subject: [PATCH] notifier: Remove unused GList --- src/calls-notifier.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calls-notifier.c b/src/calls-notifier.c index 42e3c90..87952cc 100644 --- a/src/calls-notifier.c +++ b/src/calls-notifier.c @@ -37,7 +37,6 @@ struct _CallsNotifier GObject parent_instance; GListStore *unanswered; - GList *notifications; }; G_DEFINE_TYPE (CallsNotifier, calls_notifier, G_TYPE_OBJECT);