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. --- protocols/twitter/twitter_lib.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'protocols/twitter/twitter_lib.c') diff --git a/protocols/twitter/twitter_lib.c b/protocols/twitter/twitter_lib.c index 01e8f538..20a2708d 100644 --- a/protocols/twitter/twitter_lib.c +++ b/protocols/twitter/twitter_lib.c @@ -39,14 +39,6 @@ #include #include -/* GLib < 2.12.0 doesn't have g_ascii_strtoll(), work around using system strtoll(). */ -/* GLib < 2.12.4 can be buggy: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488013 */ -#if !GLIB_CHECK_VERSION(2,12,5) -#include -#include -#define g_ascii_strtoll strtoll -#endif - #define TXL_STATUS 1 #define TXL_USER 2 #define TXL_ID 3 -- cgit v1.2.3