]> Pileus Git - ~andy/gtk/commitdiff
Don't declare various unused variables in gtk_grid_set_orientation
authorChristian Dywan <christian@twotoasts.de>
Fri, 22 Oct 2010 17:05:40 +0000 (19:05 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 22 Oct 2010 17:05:40 +0000 (19:05 +0200)
gtk/gtkgrid.c

index f1109b5fab84694399e34b8eafd188767cd97a5f..05f50ab3c5113959105fe4a834cf6066367040d3 100644 (file)
@@ -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)
     {