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-menuitem.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/notification-menuitem.h') diff --git a/src/notification-menuitem.h b/src/notification-menuitem.h index 2aa051e..afb2b98 100644 --- a/src/notification-menuitem.h +++ b/src/notification-menuitem.h @@ -41,9 +41,6 @@ struct _NotificationMenuItemPrivate { gboolean pressed_close_image; }; -#define NOTIFICATION_MENUITEM_GET_PRIVATE(o) \ - (G_TYPE_INSTANCE_GET_PRIVATE ((o), NOTIFICATION_MENUITEM_TYPE, NotificationMenuItemPrivate)) - #define NOTIFICATION_MENUITEM_SIGNAL_CLICKED "clicked" GType notification_menuitem_get_type(void); -- cgit v1.2.3