diff options
author | Christian Dywan <christian@twotoasts.de> | 2010-10-22 19:05:40 +0200 |
---|---|---|
committer | Christian Dywan <christian@twotoasts.de> | 2010-10-22 19:05:40 +0200 |
commit | 5ef2b46d64ebf0a460e92f60e7386a46c3540c9d (patch) | |
tree | 43e29a8be1df0d366251bd71b97428965117d224 | |
parent | d6a73fd5b0c8e30b22ed77f5ffa47bed2b506040 (diff) | |
download | gtk+-5ef2b46d64ebf0a460e92f60e7386a46c3540c9d.tar.gz |
Don't declare various unused variables in gtk_grid_set_orientation
-rw-r--r-- | gtk/gtkgrid.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) { |