constraint-editor: Don't use g_type_ensure

This isn't necessary if we export the get_type function.
This commit is contained in:
Matthias Clasen
2020-05-25 14:14:28 -04:00
parent 2127cc1943
commit 5317e4bc07
2 changed files with 1 additions and 2 deletions

View File

@@ -487,8 +487,6 @@ constraint_editor_window_class_init (ConstraintEditorWindowClass *class)
GObjectClass *object_class = G_OBJECT_CLASS (class);
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (class);
g_type_ensure (CONSTRAINT_VIEW_TYPE);
object_class->finalize = constraint_editor_window_finalize;
gtk_widget_class_set_template_from_resource (widget_class,