2003-05-04 Marcus Brinkmann <marcus@g10code.de>

* context.h (struct gpgme_context_s): Remove member op_info.
This commit is contained in:
Marcus Brinkmann 2003-05-04 20:54:31 +00:00
parent 75f91eed40
commit f5d8c7d3df
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
2003-05-04 Marcus Brinkmann <marcus@g10code.de>
* 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

View File

@ -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;