summaryrefslogtreecommitdiff
path: root/libsylph/prefs_account.h
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-09 14:02:34 +0100
committerSimeon Simeonov2018-03-09 14:02:34 +0100
commitf1babd48f5259186cd1233288992f942d4b5b0bb (patch)
tree54d740ef2201fceb3e54fac31272e80e65079ec7 /libsylph/prefs_account.h
parent57944f6147f077ccf4d84b9d2659f4e8645e8858 (diff)
Complete rewrite of the master password implementation
Diffstat (limited to 'libsylph/prefs_account.h')
-rw-r--r--libsylph/prefs_account.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsylph/prefs_account.h b/libsylph/prefs_account.h
index 68badd8..ad899f8 100644
--- a/libsylph/prefs_account.h
+++ b/libsylph/prefs_account.h
@@ -187,8 +187,6 @@ struct _PrefsAccount
187 /* Compose */ 187 /* Compose */
188 gchar *sig_names[10]; 188 gchar *sig_names[10];
189 gchar *sig_texts[10]; 189 gchar *sig_texts[10];
190
191 gchar *master_password;
192}; 190};
193 191
194PrefsAccount *prefs_account_new (void); 192PrefsAccount *prefs_account_new (void);