[gtk+] Remove an unused variable
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Remove an unused variable
- Date: Sat, 18 Jun 2011 15:12:45 +0000 (UTC)
commit b71b560e5694b25a05233db5d062687223ff86a9
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 17 22:57:35 2011 -0400
Remove an unused variable
gtk/gtktoolbar.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c
index 6abec0c..fc687c8 100644
--- a/gtk/gtktoolbar.c
+++ b/gtk/gtktoolbar.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]