forked from AuroraMiddleware/gtk
Forget gdkfont
This commit is contained in:
parent
6d5bde5dcc
commit
ff872aefee
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user