From 219580a1bf9c2d19e5cbf3d627f3d59578b64b14 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Wed, 3 Aug 2011 16:48:43 -0700 Subject: [PATCH] Take out Debian Etch work around. Etch is old, move on. Signed-off-by: William Douglas --- src/corewatcher.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/corewatcher.c b/src/corewatcher.c index 65501cf..4952547 100644 --- a/src/corewatcher.c +++ b/src/corewatcher.c @@ -43,13 +43,6 @@ -/* - * Debian etch has an ancient glib2 library, work around - */ -#if !GLIB_CHECK_VERSION(2, 14, 0) -#define g_timeout_add_seconds(a, b, c) g_timeout_add((a)*1000, b, c) -#endif - #define IOPRIO_WHO_PROCESS 1 #define IOPRIO_CLASS_RT 1 #define IOPRIO_CLASS_IDLE 3 -- 2.7.4