diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-10-11 03:57:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-10-11 03:57:57 +0800 |
commit | 6f038fba293e5cad56d8917739ffbb92b461ceea (patch) | |
tree | 656a6c455c0399303bae7bd414ba729906e7f4b4 /modules | |
parent | 2b46866a5c311283f2d67cbf00802e47b308ec16 (diff) | |
download | gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.tar gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.tar.gz gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.tar.bz2 gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.tar.lz gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.tar.xz gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.tar.zst gsoc2013-evolution-6f038fba293e5cad56d8917739ffbb92b461ceea.zip |
CamelSaslXOAuth: Remove unused GOA_KEY definition.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/online-accounts/camel-sasl-xoauth.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/online-accounts/camel-sasl-xoauth.c b/modules/online-accounts/camel-sasl-xoauth.c index 1d8ad23e70..d40c134d8a 100644 --- a/modules/online-accounts/camel-sasl-xoauth.c +++ b/modules/online-accounts/camel-sasl-xoauth.c @@ -32,10 +32,6 @@ (G_TYPE_INSTANCE_GET_PRIVATE \ ((obj), CAMEL_TYPE_SASL_XOAUTH, CamelSaslXOAuthPrivate)) -/* This is the property name or URL parameter under which we - * embed the GoaAccount ID into an EAccount or ESource object. */ -#define GOA_KEY "goa-account-id" - struct _CamelSaslXOAuthPrivate { gint placeholder; }; |