aboutsummaryrefslogtreecommitdiff
path: root/src/notification-menuitem.h
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-08-10 11:52:51 +0200
committerRobert Tari <robert@tari.in>2020-08-10 11:52:51 +0200
commitd9fced125c2a6e1cf44171370753df00c8d554ba (patch)
tree634824490604bb5f5ebc39d6da4be1dd0ee09643 /src/notification-menuitem.h
parentac5d6867a8ce34b8a77bf5545bbb4b36f8bafb15 (diff)
downloadayatana-indicator-notifications-d9fced125c2a6e1cf44171370753df00c8d554ba.tar.gz
ayatana-indicator-notifications-d9fced125c2a6e1cf44171370753df00c8d554ba.tar.bz2
ayatana-indicator-notifications-d9fced125c2a6e1cf44171370753df00c8d554ba.zip
Fix deprecations (fixes #4)
Diffstat (limited to 'src/notification-menuitem.h')
-rw-r--r--src/notification-menuitem.h3
1 files changed, 0 insertions, 3 deletions
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);