From 71d8656e309a49efcb93c9831001d7cb6b979cae Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 29 Aug 2012 10:51:30 -0400 Subject: Bug 682952 - remove old glib check --- pango/break.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pango/break.c b/pango/break.c index c624fbe3..a3226cdc 100644 --- a/pango/break.c +++ b/pango/break.c @@ -30,10 +30,6 @@ #define PARAGRAPH_SEPARATOR 0x2029 #define PARAGRAPH_SEPARATOR_STRING "\xE2\x80\xA9" -#if (!GLIB_CHECK_VERSION (2,29,15)) -#define G_UNICODE_SPACING_MARK G_UNICODE_COMBINING_MARK -#endif - /* See http://www.unicode.org/unicode/reports/tr14/ if you hope * to understand the line breaking code. */ -- cgit v1.2.1