From d9fced125c2a6e1cf44171370753df00c8d554ba Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 10 Aug 2020 11:52:51 +0200 Subject: Fix deprecations (fixes #4) --- src/notification.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/notification.h') diff --git a/src/notification.h b/src/notification.h index 3009998..b6fec9d 100644 --- a/src/notification.h +++ b/src/notification.h @@ -49,9 +49,6 @@ struct _NotificationPrivate { gboolean is_private; }; -#define NOTIFICATION_GET_PRIVATE(o) \ - (G_TYPE_INSTANCE_GET_PRIVATE ((o), NOTIFICATION_TYPE, NotificationPrivate)) - GType notification_get_type(void); Notification *notification_new(void); Notification *notification_new_from_dbus_message(GDBusMessage *); -- cgit v1.2.3