Get rid of format_func.

This commit is contained in:
Christian Hammond 2007-02-15 10:29:16 +00:00
parent 89d870259f
commit d43f911108
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
Thu Feb 15 02:29:01 PST 2007 Christian Hammond <chipx86@chipx86.com>
* libnotify/notify.c:
- Get rid of format_func.
Thu Feb 15 02:06:11 PST 2007 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:

View File

@ -33,12 +33,6 @@ static DBusGProxy *_proxy = NULL;
static DBusGConnection *_dbus_gconn = NULL;
static GList *_active_notifications = NULL;
#ifdef __GNUC__
# define format_func __attribute__((format(printf, 1, 2)))
#else /* no format string checking with this compiler */
# define format_func
#endif
/**
* notify_init:
* @app_name: The name of the application initializing libnotify.