summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-29 10:51:30 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-29 10:51:30 -0400
commit71d8656e309a49efcb93c9831001d7cb6b979cae (patch)
tree96397c9d7f11818e300766e77a946baafc683510
parentaca468cdc2ea66ce6dc8cfc70424a2c5309354fa (diff)
downloadpango-71d8656e309a49efcb93c9831001d7cb6b979cae.tar.gz
Bug 682952 - remove old glib check
-rw-r--r--pango/break.c4
1 files changed, 0 insertions, 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.
*/