From 6d9b88546def5bbe7a55102c7b4f195e941e3c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 14 Sep 2024 11:01:24 +0200 Subject: [PATCH] util: Drop now unused macros MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guido Günther Part-of: --- src/calls-util.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/calls-util.h b/src/calls-util.h index 9331ada..fbea6ce 100644 --- a/src/calls-util.h +++ b/src/calls-util.h @@ -89,14 +89,6 @@ G_BEGIN_DECLS CALLS_DEFINE_IFACE_GETTER_BASE(calls,iface,Calls,Iface,CALLS,IFACE,prop,rettype,errval) -#define calls_clear_signal(object,handler_id_ptr) \ - if (*handler_id_ptr != 0) \ - { \ - g_signal_handler_disconnect (object, *handler_id_ptr); \ - *handler_id_ptr = 0; \ - } - - gboolean calls_date_time_is_same_day (GDateTime *a, GDateTime *b); gboolean calls_date_time_is_yesterday (GDateTime *now,