Remove an unused variable

* gtk/gtktreestore.c (tree_model_end_element): 
	Remove an unused variable


svn path=/trunk/; revision=19314
This commit is contained in:
Johan Dahlin 2008-01-06 14:58:57 +00:00
parent 5f677eda9e
commit 8568de818a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-01-06 Johan Dahlin <johan@gnome.org>
* gtk/gtktreestore.c (tree_model_end_element):
Remove an unused variable
2008-01-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkspinbutton.c: Document the ::output signal and

View File

@ -3236,7 +3236,6 @@ tree_model_end_element (GMarkupParseContext *context,
gpointer user_data,
GError **error)
{
guint i;
GSListSubParserData *data = (GSListSubParserData*)user_data;
g_assert(data->builder);