mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Remove an unused variable
This commit is contained in:
parent
ebebbe4da4
commit
b71b560e56
@ -117,7 +117,6 @@ struct _GtkToolbarPrivate
|
||||
|
||||
GdkWindow *event_window;
|
||||
|
||||
GList *children;
|
||||
GList *content;
|
||||
|
||||
GTimer *timer;
|
||||
@ -3138,7 +3137,6 @@ gtk_toolbar_finalize (GObject *object)
|
||||
}
|
||||
|
||||
g_list_free (priv->content);
|
||||
g_list_free (priv->children);
|
||||
|
||||
g_timer_destroy (priv->timer);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user