diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-16 08:13:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-16 08:13:11 +0800 |
commit | 6ee6427afd6d158c62563c0f1bf6ba2067460dca (patch) | |
tree | 2b1df2053d174b2726365a042328cf29c4d9bf4c /e-util/e-tree-selection-model.c | |
parent | 5e8195693beefe391f49a860b206893aedd1338c (diff) | |
download | gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.tar gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.tar.gz gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.tar.bz2 gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.tar.lz gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.tar.xz gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.tar.zst gsoc2013-evolution-6ee6427afd6d158c62563c0f1bf6ba2067460dca.zip |
Remove e_tree_model_has_save_id().
It always returned TRUE.
Diffstat (limited to 'e-util/e-tree-selection-model.c')
-rw-r--r-- | e-util/e-tree-selection-model.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-tree-selection-model.c b/e-util/e-tree-selection-model.c index b59c770f12..208d6aefb5 100644 --- a/e-util/e-tree-selection-model.c +++ b/e-util/e-tree-selection-model.c @@ -174,7 +174,6 @@ etsm_pre_change (ETreeModel *etm, etsm->priv->cursor_save_id = NULL; if (e_tree_model_has_get_node_by_id (etm) && - e_tree_model_has_save_id (etm) && etsm->priv->cursor_path) { etsm->priv->cursor_save_id = e_tree_model_get_save_id ( etm, etsm->priv->cursor_path); |