summaryrefslogtreecommitdiff
path: root/pango/break.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/break.c')
-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.
*/