mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
treemodelfilter: Drop unreachable code
We never get here. The compiler says so. Pointed out in https://www.viva64.com/en/b/0793/
This commit is contained in:
parent
b5200bd076
commit
2f42e1fb89
@ -3285,9 +3285,6 @@ gtk_tree_model_filter_iter_children (GtkTreeModel *model,
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
iter->stamp = 0;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user