aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/common/authentication.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-08-20 01:57:52 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-08-20 01:57:52 +0800
commit72200bfb3f263f84241b44ee91513f7d01db546b (patch)
treeeff125253aee0f854049cd039364b31ac9e49000 /calendar/common/authentication.h
parent705be922290018fd677d85b29d57e14c2bb21b8b (diff)
downloadgsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.tar
gsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.tar.gz
gsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.tar.bz2
gsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.tar.lz
gsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.tar.xz
gsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.tar.zst
gsoc2013-evolution-72200bfb3f263f84241b44ee91513f7d01db546b.zip
Remove unused e_auth_new_cal_from_uri().
Diffstat (limited to 'calendar/common/authentication.h')
-rw-r--r--calendar/common/authentication.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/common/authentication.h b/calendar/common/authentication.h
index e4e0599878..d48ca3edc2 100644
--- a/calendar/common/authentication.h
+++ b/calendar/common/authentication.h
@@ -29,7 +29,6 @@
ECal *e_auth_new_cal_from_default (ECalSourceType type);
ECal *e_auth_new_cal_from_source (ESource *source, ECalSourceType type);
-ECal *e_auth_new_cal_from_uri (const gchar *uri, ECalSourceType type);
void e_auth_cal_forget_password (ECal *ecal);
#endif