aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-20 02:36:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-20 02:36:51 +0800
commit457d2ea1401f3d60abff812cfeea4d7864c520e3 (patch)
tree4d7d54883b8c752768aa5c3e44552ccfd79fdaea
parent452638466217dbfef0c0954c90aa7cb03cf91452 (diff)
downloadgsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.tar
gsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.tar.gz
gsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.tar.bz2
gsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.tar.lz
gsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.tar.xz
gsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.tar.zst
gsoc2013-evolution-457d2ea1401f3d60abff812cfeea4d7864c520e3.zip
MessageList: Fix an unused variable warning.
-rw-r--r--mail/message-list.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index d6a22485ea..987a74b245 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -2707,7 +2707,6 @@ static guint
message_list_get_n_nodes (ETreeModel *tree_model)
{
ETreePath root;
- guint n_nodes = 0;
root = e_tree_model_get_root (tree_model);