Removed notify_notification_{ref,unref} from notification.h.

This commit is contained in:
Christian Hammond 2006-01-23 09:33:21 +00:00
parent 9fb6f33824
commit 58fb79f1bc
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Mon Jan 23 01:31:59 PST 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.h:
- Removed notify_notification_{ref,unref} from notification.h.
Mon Jan 23 01:30:45 PST 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/Makefile.am:

View File

@ -138,7 +138,4 @@ void notify_notification_clear_actions(NotifyNotification *notification);
gboolean notify_notification_close(NotifyNotification *notification,
GError **error);
NotifyNotification *notify_notification_ref(NotifyNotification *notification);
void notify_notification_unref(NotifyNotification *notification);
#endif /* NOTIFY_NOTIFICATION_H */