Forget gdkfont

This commit is contained in:
Alexander Larsson 2001-09-10 16:57:38 +00:00
parent 6d5bde5dcc
commit ff872aefee

View File

@ -34,10 +34,8 @@ gdk_font_get_type (void)
if (our_type == 0)
our_type = g_boxed_type_register_static ("GdkFont",
NULL,
(GBoxedCopyFunc)gdk_font_ref,
(GBoxedFreeFunc)gdk_font_unref,
TRUE);
(GBoxedFreeFunc)gdk_font_unref);
return our_type;
}