[evolution-kolab] CamelKolabSession: Remove private 'passwd' member.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] CamelKolabSession: Remove private 'passwd' member.
- Date: Fri, 31 Aug 2012 14:51:26 +0000 (UTC)
commit a6394dc9954c4f921487de9ec2da5e5efa502100
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Aug 28 23:12:18 2012 -0400
CamelKolabSession: Remove private 'passwd' member.
No longer needed.
src/libekolab/camel-kolab-session.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/libekolab/camel-kolab-session.c b/src/libekolab/camel-kolab-session.c
index eff0765..56e7a87 100644
--- a/src/libekolab/camel-kolab-session.c
+++ b/src/libekolab/camel-kolab-session.c
@@ -59,11 +59,6 @@ static gchar *nss_tok_pin = NULL; /* FIXME better solution for this */
typedef struct _CamelKolabSessionPrivate CamelKolabSessionPrivate;
struct _CamelKolabSessionPrivate {
- /* TODO these should be retrieved
- * from CamelKolabSettings instead
- */
- gchar *passwd;
-
/* TODO get rid of this workaround */
gchar *nss_tok_pwd;
@@ -85,7 +80,6 @@ camel_kolab_session_init (CamelKolabSession *self)
priv = CAMEL_KOLAB_SESSION_PRIVATE (self);
priv->nss_tok_pwd = NULL;
- priv->passwd = NULL;
priv->is_initialized = FALSE;
}
@@ -109,8 +103,6 @@ camel_kolab_session_finalize (GObject *object)
if (priv->nss_tok_pwd != NULL)
g_free (priv->nss_tok_pwd);
- if (priv->passwd)
- g_free (priv->passwd);
/* Chain up to parent's finalize() method. */
G_OBJECT_CLASS (camel_kolab_session_parent_class)->finalize (object);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]