widget: Remove lefover debug code

According to someone involved with those lines, I suck at reviewing
their patches.
This commit is contained in:
Benjamin Otte 2019-02-19 06:47:35 +01:00
parent 9174616a17
commit 02bb364474

View File

@ -4235,11 +4235,6 @@ gtk_widget_allocate (GtkWidget *widget,
transform,
sizeof (graphene_matrix_t)) != 0;
/*if (transform_changed)*/
/*g_message ("Transform changed: %s", G_OBJECT_TYPE_NAME (widget));*/
transform_changed = TRUE;
graphene_matrix_init_from_matrix (&priv->allocated_transform, transform);
priv->allocated_width = width;
priv->allocated_height = height;