mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
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:
parent
5f677eda9e
commit
8568de818a
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user