From 860676317c11fe96f4e9216aa16e0fd9b18a9dd4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 29 Mar 2007 19:04:25 +0000 Subject: Evolution requires GLib 2.10 now; remove dead backward-compatibility code 2007-03-29 Matthew Barnes * mail/em-utils.c: * mail/mail-config.c: * plugins/save-attachments/save-attachments.c: Evolution requires GLib 2.10 now; remove dead backward-compatibility code for GLib < 2.8 (#418971). svn path=/trunk/; revision=33341 --- mail/ChangeLog | 7 +++++++ mail/em-utils.c | 4 ---- mail/mail-config.c | 4 ---- plugins/save-attachments/ChangeLog | 6 ++++++ plugins/save-attachments/save-attachments.c | 4 ---- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 7f06adaf0b..a8b5ed3498 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2007-03-29 Matthew Barnes + + * em-utils.c: + * mail-config.c: + Evolution requires GLib 2.10 now; remove dead backward-compatibility + code for GLib < 2.8 (#418971). + 2007-03-29 Matthew Barnes * em-account-editor.c: diff --git a/mail/em-utils.c b/mail/em-utils.c index 6c34fb624d..4b0ff0bd8a 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -42,10 +42,6 @@ #undef interface #endif -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_access access -#endif - #include #include #include diff --git a/mail/mail-config.c b/mail/mail-config.c index d8ca32e0bd..60625d649f 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -76,10 +76,6 @@ #include "mail-mt.h" #include "mail-tools.h" -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_creat creat -#endif - /* Note, the first element of each MailConfigLabel must NOT be translated */ MailConfigLabel label_defaults[5] = { { "important", N_("I_mportant"), "#ff0000" }, /* red */ diff --git a/plugins/save-attachments/ChangeLog b/plugins/save-attachments/ChangeLog index fd685afd5c..fc8e1a9112 100644 --- a/plugins/save-attachments/ChangeLog +++ b/plugins/save-attachments/ChangeLog @@ -1,3 +1,9 @@ +2007-03-29 Matthew Barnes + + * save-attachments.c: + Evolution requires GLib 2.10 now; remove dead backward-compatibility + code for GLib < 2.8 (#418971). + 2007-01-27 Nickolay V. Shmyrev * save-attachments.c: (save_got_message): diff --git a/plugins/save-attachments/save-attachments.c b/plugins/save-attachments/save-attachments.c index 080b520891..99b84609bb 100644 --- a/plugins/save-attachments/save-attachments.c +++ b/plugins/save-attachments/save-attachments.c @@ -32,10 +32,6 @@ #include #include -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_access access -#endif - #include #include #include -- cgit