From c43f4886bf2e0c94dca1ac69ac7415e21f59d066 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 4 Jun 2012 11:58:51 +0100 Subject: Remove two hacks for some glib<2.14 versions that are no longer supported. --- storage_xml.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'storage_xml.c') diff --git a/storage_xml.c b/storage_xml.c index 0525fef5..566d0021 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -29,13 +29,7 @@ #include "arc.h" #include "md5.h" -#if GLIB_CHECK_VERSION(2,8,0) #include -#else -/* GLib < 2.8.0 doesn't have g_access, so just use the system access(). */ -#include -#define g_access access -#endif typedef enum { -- cgit v1.2.3