Don't declare various unused variables in gtk_grid_set_orientation

This commit is contained in:
Christian Dywan 2010-10-22 19:05:40 +02:00
parent d6a73fd5b0
commit 5ef2b46d64

View 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)
{