aboutsummaryrefslogtreecommitdiff
path: root/src/notification-menuitem.h
diff options
context:
space:
mode:
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);