diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:12:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-29 05:12:12 +0800 |
commit | c7ae879700164da8cca08620b8ee8ab745dfb407 (patch) | |
tree | 08b4bc039b368231bd84e3a1edca30d901c82451 /camel/camel-store.c | |
parent | 207652677441264ca1e51d06898b37ea4164c8e2 (diff) | |
download | gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.gz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.bz2 gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.lz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.xz gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.tar.zst gsoc2013-evolution-c7ae879700164da8cca08620b8ee8ab745dfb407.zip |
fix warnings
svn path=/trunk/; revision=2217
Diffstat (limited to 'camel/camel-store.c')
-rw-r--r-- | camel/camel-store.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-store.c b/camel/camel-store.c index 17f29586e4..a8a72c4d25 100644 --- a/camel/camel-store.c +++ b/camel/camel-store.c @@ -33,7 +33,6 @@ static CamelServiceClass *parent_class = NULL; /* Returns the class for a CamelStore */ #define CS_CLASS(so) CAMEL_STORE_CLASS (GTK_OBJECT(so)->klass) -static void _set_separator(CamelStore *store, gchar sep, CamelException *ex); static CamelFolder *_get_root_folder(CamelStore *store, CamelException *ex); static CamelFolder *_get_default_folder(CamelStore *store, CamelException *ex); static CamelFolder *_get_folder (CamelStore *store, const gchar *folder_name, CamelException *ex); |