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 --- plugins/save-attachments/ChangeLog | 6 ++++++ plugins/save-attachments/save-attachments.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'plugins') 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 v1.2.3