aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index eb1a1864..725a6f24 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -266,7 +266,6 @@ static PrefParam param[] = {
{"filter_junk_on_receive", "FALSE", &prefs_common.filter_junk_on_recv,
P_BOOL},
-#if USE_GPGME
/* Privacy */
{"auto_check_signatures", "TRUE", &prefs_common.auto_check_signatures,
P_BOOL},
@@ -275,11 +274,8 @@ static PrefParam param[] = {
{"store_passphrase", "FALSE", &prefs_common.store_passphrase, P_BOOL},
{"store_passphrase_timeout", "0",
&prefs_common.store_passphrase_timeout, P_INT},
-#ifndef G_OS_WIN32
{"passphrase_grab", "FALSE", &prefs_common.passphrase_grab, P_BOOL},
-#endif /* G_OS_WIN32 */
{"gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL},
-#endif /* USE_GPGME */
/* Interface */
{"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},