summaryrefslogtreecommitdiff
path: root/pango/pango-context.c
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2001-03-07 14:33:53 +0000
committerTim Janik <timj@src.gnome.org>2001-03-07 14:33:53 +0000
commit17a36cd568219f8684962c274cd4832ad0feb1b2 (patch)
tree6dfda823b5252c02f0896defaa37f22566b10810 /pango/pango-context.c
parent94742208d8f1e274d8a5db4515acfbd4b3d9e4fa (diff)
downloadpango-17a36cd568219f8684962c274cd4832ad0feb1b2.tar.gz
fixed up g_boxed_type_register_static() since GLib signature changed.
Wed Mar 7 09:21:14 2001 Tim Janik <timj@gtk.org> * pango/pango-attributes.c: fixed up g_boxed_type_register_static() since GLib signature changed. * got rid of bogus g_type_init() calls.
Diffstat (limited to 'pango/pango-context.c')
-rw-r--r--pango/pango-context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c
index f0c1bd9d..95a96e85 100644
--- a/pango/pango-context.c
+++ b/pango/pango-context.c
@@ -150,8 +150,6 @@ pango_context_new (void)
{
PangoContext *context;
- g_type_init (0);
-
context = PANGO_CONTEXT (g_type_create_instance (pango_context_get_type ()));
return context;