From 5ef2b46d64ebf0a460e92f60e7386a46c3540c9d Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 22 Oct 2010 19:05:40 +0200 Subject: Don't declare various unused variables in gtk_grid_set_orientation --- gtk/gtkgrid.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk/gtkgrid.c') 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) { -- cgit v1.2.1