summaryrefslogtreecommitdiff
path: root/pango/glyphstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r--pango/glyphstring.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c
index feaefe2e..26b67dd7 100644
--- a/pango/glyphstring.c
+++ b/pango/glyphstring.c
@@ -78,10 +78,8 @@ pango_glyph_string_get_type (void)
if (our_type == 0)
our_type = g_boxed_type_register_static ("PangoGlyphString",
- NULL,
(GBoxedCopyFunc)pango_glyph_string_copy,
- (GBoxedFreeFunc)pango_glyph_string_free,
- FALSE);
+ (GBoxedFreeFunc)pango_glyph_string_free);
return our_type;
}