Various cleanups. (#315360, Kjartan Maraas)

2005-09-13  Matthias Clasen  <mclasen@redhat.com>

	* gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
This commit is contained in:
Matthias Clasen
2005-09-13 19:57:42 +00:00
committed by Matthias Clasen
parent 9a5d4a2ff9
commit 463aab93dd
75 changed files with 59 additions and 373 deletions

View File

@ -2814,7 +2814,7 @@ static void
real_remove_row (GtkCList *clist,
gint row)
{
gint was_visible, was_selected;
gint was_visible;
GList *list;
GtkCListRow *clist_row;
@ -2825,7 +2825,6 @@ real_remove_row (GtkCList *clist,
return;
was_visible = (gtk_clist_row_is_visible (clist, row) != GTK_VISIBILITY_NONE);
was_selected = 0;
/* get the row we're going to delete */
list = ROW_ELEMENT (clist, row);