aboutsummaryrefslogtreecommitdiff
path: root/src/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notification.h')
-rw-r--r--src/notification.h3
1 files changed, 0 insertions, 3 deletions
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 *);