aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgme/ChangeLog2
-rw-r--r--gpgme/context.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index cdd6e97f..1be551ff 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,5 +1,7 @@
2003-05-04 Marcus Brinkmann <[email protected]>
+ * context.h (struct gpgme_context_s): Remove member op_info.
+
* key.c (_gpgme_key_add_sig): Initialize SIG->uid.
* gpgme.h (GpgmeError): Add deprecated values for
diff --git a/gpgme/context.h b/gpgme/context.h
index 342b5c34..ce8c3361 100644
--- a/gpgme/context.h
+++ b/gpgme/context.h
@@ -88,9 +88,6 @@ struct gpgme_context_s
/* The operation data hooked into the context. */
struct ctx_op_data *op_data;
- /* Last operation info. */
- GpgmeData op_info;
-
/* The user provided passphrase callback and its hook value. */
GpgmePassphraseCb passphrase_cb;
void *passphrase_cb_value;