Remove an unused variable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user