diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-03-30 03:04:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-03-30 03:04:25 +0800 |
commit | 860676317c11fe96f4e9216aa16e0fd9b18a9dd4 (patch) | |
tree | a836b65b5146804b11e2cb2a08d7a16874e225e1 /plugins/save-attachments/save-attachments.c | |
parent | 72f0d0c0001ed7de14640579b9473fed811b866c (diff) | |
download | gsoc2013-evolution-860676317c11fe96f4e9216aa16e0fd9b18a9dd4.tar.gz gsoc2013-evolution-860676317c11fe96f4e9216aa16e0fd9b18a9dd4.tar.zst gsoc2013-evolution-860676317c11fe96f4e9216aa16e0fd9b18a9dd4.zip |
Evolution requires GLib 2.10 now; remove dead backward-compatibility code
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* 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
Diffstat (limited to 'plugins/save-attachments/save-attachments.c')
-rw-r--r-- | plugins/save-attachments/save-attachments.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 <glib/gi18n.h> #include <glib/gstdio.h> -#if !GLIB_CHECK_VERSION (2, 8, 0) -#define g_access access -#endif - #include <gtk/gtkcheckbutton.h> #include <gtk/gtkdialog.h> #include <gtk/gtkmessagedialog.h> |