From 6f038fba293e5cad56d8917739ffbb92b461ceea Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 10 Oct 2012 15:57:57 -0400 Subject: CamelSaslXOAuth: Remove unused GOA_KEY definition. --- modules/online-accounts/camel-sasl-xoauth.c | 4 ---- 1 file changed, 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; }; -- cgit v1.2.3