1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 04:35:23 +00:00

util: Drop now unused macros

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/756>
This commit is contained in:
Guido Günther 2024-09-14 11:01:24 +02:00 committed by Marge Bot
parent 08a01fb1c5
commit 6d9b88546d

View file

@ -89,14 +89,6 @@ G_BEGIN_DECLS
CALLS_DEFINE_IFACE_GETTER_BASE(calls,iface,Calls,Iface,CALLS,IFACE,prop,rettype,errval) 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, gboolean calls_date_time_is_same_day (GDateTime *a,
GDateTime *b); GDateTime *b);
gboolean calls_date_time_is_yesterday (GDateTime *now, gboolean calls_date_time_is_yesterday (GDateTime *now,