From afb6e6a1f30ab633947be439e49b8522fa038625 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 24 Jun 2010 02:56:51 -0400 Subject: [PATCH] Remove checks for old GTK+ --- libnotify/notification.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libnotify/notification.h b/libnotify/notification.h index 6bad801..bba360d 100644 --- a/libnotify/notification.h +++ b/libnotify/notification.h @@ -80,12 +80,11 @@ NotifyNotification *notify_notification_new (const char const char *body, const char *icon, GtkWidget *attach); -#if GTK_CHECK_VERSION(2, 9, 2) + NotifyNotification *notify_notification_new_with_status_icon (const char *summary, const char *body, const char *icon, GtkStatusIcon *status_icon); -#endif gboolean notify_notification_update (NotifyNotification *notification, const char *summary, @@ -95,10 +94,8 @@ gboolean notify_notification_update (NotifyNotificatio void notify_notification_attach_to_widget (NotifyNotification *notification, GtkWidget *attach); -#if GTK_CHECK_VERSION(2, 9, 2) void notify_notification_attach_to_status_icon (NotifyNotification *notification, GtkStatusIcon *status_icon); -#endif void notify_notification_set_geometry_hints (NotifyNotification *notification, GdkScreen *screen,