[geany/geany-plugins] a6ffeb: GeanyPG: Remove unused variables
Frank Lanitz
git-noreply at xxxxx
Sat Jun 16 16:08:13 UTC 2012
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Sat, 16 Jun 2012 16:08:13
Commit: a6ffeb312c5d3527ea967c8f5d40273ff72dc6d8
https://github.com/geany/geany-plugins/commit/a6ffeb312c5d3527ea967c8f5d40273ff72dc6d8
Log Message:
-----------
GeanyPG: Remove unused variables
Modified Paths:
--------------
geanypg/src/encrypt_cb.c
Modified: geanypg/src/encrypt_cb.c
2 files changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -23,8 +23,6 @@
void geanypg_encrypt(encrypt_data * ed, gpgme_key_t * recp, int sign, int flags)
{ // FACTORIZE
gpgme_data_t plain, cipher;
- gpgme_encrypt_result_t result;
- gpgme_invalid_key_t recipient;
gpgme_error_t err;
FILE * tempfile;
tempfile = tmpfile();
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
More information about the Plugins-Commits
mailing list