mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +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)
|
GtkOrientation orientation)
|
||||||
{
|
{
|
||||||
GtkGridPrivate *priv = grid->priv;
|
GtkGridPrivate *priv = grid->priv;
|
||||||
GList *list;
|
|
||||||
GtkGridChild *child;
|
|
||||||
gint left, top, width, height;
|
|
||||||
|
|
||||||
if (priv->orientation != orientation)
|
if (priv->orientation != orientation)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user