summaryrefslogtreecommitdiff
path: root/test/account-store-default.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/account-store-default.c')
-rw-r--r--test/account-store-default.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/account-store-default.c b/test/account-store-default.c
index 32c0fe42..0d119959 100644
--- a/test/account-store-default.c
+++ b/test/account-store-default.c
@@ -217,9 +217,7 @@ default_get (const gchar *account,
if (g_str_has_prefix (key, "param-"))
pkey = key + strlen("param-");
-#if ENABLE_GNOME_KEYRING
value = _get_secret_from_keyring (account, pkey);
-#endif
if (value == NULL)
value = g_key_file_get_string (default_keyfile (), account, key, NULL);