diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-15 05:33:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-15 05:33:45 +0800 |
commit | 1957762cbf5375928fd0fe3fedb3b63850425e9e (patch) | |
tree | 5647563415035ee0fb1b852ac58610500eb87d43 /camel/camel-text-index.c | |
parent | 557afe41020d808811375ef02e4c1b822da5515e (diff) | |
download | gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.gz gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.tar.zst gsoc2013-evolution-1957762cbf5375928fd0fe3fedb3b63850425e9e.zip |
Fixed compiler warnings.
2002-06-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-arg.c:
* camel-disco-diary.c:
* camel-index-control.c:
* camel-mime-part.c:
* camel-pgp-mime.c:
* camel-store.c:
* camel-tcp-stream-ssl.c:
* camel-text-index.c: Fixed compiler warnings.
svn path=/trunk/; revision=17187
Diffstat (limited to 'camel/camel-text-index.c')
-rw-r--r-- | camel/camel-text-index.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/camel-text-index.c b/camel/camel-text-index.c index ab2ec72661..8a5ab05bf6 100644 --- a/camel/camel-text-index.c +++ b/camel/camel-text-index.c @@ -65,10 +65,6 @@ static int text_index_compress_nosync(CamelIndex *idx); -void camel_text_index_dump(CamelTextIndex *idx); -void camel_text_index_info(CamelTextIndex *idx); -void camel_text_index_validate(CamelTextIndex *idx); - /* ********************************************************************** */ /* "private" data, shared between index/cursor/name classes */ |