diff --git a/gtk/gtkgrid.c b/gtk/gtkgrid.c index f1109b5fab..05f50ab3c5 100644 --- a/gtk/gtkgrid.c +++ b/gtk/gtkgrid.c @@ -187,9 +187,6 @@ gtk_grid_set_orientation (GtkGrid *grid, GtkOrientation orientation) { GtkGridPrivate *priv = grid->priv; - GList *list; - GtkGridChild *child; - gint left, top, width, height; if (priv->orientation != orientation) {