aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-folder-summary.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-04 10:37:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-04 10:37:00 +0800
commit9bc397a131c3392e6005ba344e64111d7fd8c683 (patch)
tree2844e1a8eed99a203d75c1d3c781bb7e4ba6c25b /camel/camel-folder-summary.c
parente21b797d83b8adf0635b100c6ebfe6ccb8facfae (diff)
downloadgsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.tar
gsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.tar.gz
gsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.tar.bz2
gsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.tar.lz
gsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.tar.xz
gsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.tar.zst
gsoc2013-evolution-9bc397a131c3392e6005ba344e64111d7fd8c683.zip
Get rid of unused function `camel_folder_summary_set_uid()'.
svn path=/trunk/; revision=3882
Diffstat (limited to 'camel/camel-folder-summary.c')
-rw-r--r--camel/camel-folder-summary.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c
index d10a02a0d7..1d4352ed67 100644
--- a/camel/camel-folder-summary.c
+++ b/camel/camel-folder-summary.c
@@ -260,13 +260,6 @@ camel_folder_summary_uid(CamelFolderSummary *s, const char *uid)
return g_hash_table_lookup(s->messages_uid, uid);
}
-void
-camel_folder_summary_set_uid(CamelFolderSummary *s, guint32 base)
-{
- if (s->nextuid <= base)
- s->nextuid = base+1;
-}
-
guint32 camel_folder_summary_next_uid(CamelFolderSummary *s)
{
guint32 uid = s->nextuid++;