diff options
-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; }; |