aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/recipient.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/recipient.c')
-rw-r--r--gpgme/recipient.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gpgme/recipient.c b/gpgme/recipient.c
index 284b658f..f1899ce9 100644
--- a/gpgme/recipient.c
+++ b/gpgme/recipient.c
@@ -222,21 +222,6 @@ gpgme_recipients_enum_close ( const GpgmeRecipients rset, void **ctx )
return 0;
}
-
-void
-_gpgme_append_gpg_args_from_recipients (
- const GpgmeRecipients rset,
- GpgObject gpg )
-{
- struct user_id_s *r;
-
- assert (rset);
- for (r=rset->list ; r; r = r->next ) {
- _gpgme_gpg_add_arg ( gpg, "-r" );
- _gpgme_gpg_add_arg ( gpg, r->name );
- }
-}
-
int
_gpgme_recipients_all_valid ( const GpgmeRecipients rset )
{