diff options
Diffstat (limited to 'camel/camel-gpg-context.h')
-rw-r--r-- | camel/camel-gpg-context.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/camel/camel-gpg-context.h b/camel/camel-gpg-context.h index 80417fdbcf..6a2f56f304 100644 --- a/camel/camel-gpg-context.h +++ b/camel/camel-gpg-context.h @@ -42,8 +42,6 @@ typedef struct _CamelGpgContextClass CamelGpgContextClass; struct _CamelGpgContext { CamelCipherContext parent_object; - char *path; - gboolean always_trust; }; @@ -55,7 +53,7 @@ struct _CamelGpgContextClass { CamelType camel_gpg_context_get_type (void); -CamelCipherContext *camel_gpg_context_new (CamelSession *session, const char *path); +CamelCipherContext *camel_gpg_context_new (CamelSession *session); void camel_gpg_context_set_always_trust (CamelGpgContext *ctx, gboolean trust); |