diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 10:37:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-04 10:37:00 +0800 |
commit | 9bc397a131c3392e6005ba344e64111d7fd8c683 (patch) | |
tree | 2844e1a8eed99a203d75c1d3c781bb7e4ba6c25b /camel/camel-folder-summary.h | |
parent | e21b797d83b8adf0635b100c6ebfe6ccb8facfae (diff) | |
download | gsoc2013-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.h')
-rw-r--r-- | camel/camel-folder-summary.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-folder-summary.h b/camel/camel-folder-summary.h index 46ae856ee6..ef2b036e9e 100644 --- a/camel/camel-folder-summary.h +++ b/camel/camel-folder-summary.h @@ -160,7 +160,6 @@ CamelFolderSummary *camel_folder_summary_new (void); void camel_folder_summary_set_filename(CamelFolderSummary *, const char *); void camel_folder_summary_set_index(CamelFolderSummary *, ibex *); -void camel_folder_summary_set_uid(CamelFolderSummary *, guint32); void camel_folder_summary_set_build_content(CamelFolderSummary *, gboolean state); guint32 camel_folder_summary_next_uid(CamelFolderSummary *s); |