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:
parent
24af7ffc16
commit
7c6effecb7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue