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:
Matthias Clasen 2021-02-04 00:40:14 -05:00
parent b5200bd076
commit 2f42e1fb89

View File

@ -3285,9 +3285,6 @@ gtk_tree_model_filter_iter_children (GtkTreeModel *model,
return TRUE;
}
iter->stamp = 0;
return FALSE;
}
static gboolean