mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
Don't declare various unused variables in gtk_grid_set_orientation
This commit is contained in:
parent
d6a73fd5b0
commit
5ef2b46d64
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user