aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-05-04 20:54:31 +0000
committerMarcus Brinkmann <[email protected]>2003-05-04 20:54:31 +0000
commitf5d8c7d3df69a108cf37908e7541fc17c96836f7 (patch)
tree67da12fa01e77b868d4c4682a802e0edfd81ac39
parent2003-05-04 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-f5d8c7d3df69a108cf37908e7541fc17c96836f7.tar.gz
gpgme-f5d8c7d3df69a108cf37908e7541fc17c96836f7.zip
2003-05-04 Marcus Brinkmann <[email protected]>
* context.h (struct gpgme_context_s): Remove member op_info.
-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;