1
0
Fork 0

cogl/pango: Don't check if parent has a constructed override

There is always one

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4004>
This commit is contained in:
Bilal Elmoussaoui 2024-09-02 21:30:02 +02:00 committed by Marge Bot
parent 24af7ffc16
commit 7c6effecb7

View file

@ -200,8 +200,7 @@ _cogl_pango_renderer_constructed (GObject *gobject)
renderer->use_mipmapping = FALSE;
if (G_OBJECT_CLASS (cogl_pango_renderer_parent_class)->constructed)
G_OBJECT_CLASS (cogl_pango_renderer_parent_class)->constructed (gobject);
G_OBJECT_CLASS (cogl_pango_renderer_parent_class)->constructed (gobject);
}
static void