From: Paul Date: Fri, 1 Aug 2014 06:05:31 +0000 (+0100) Subject: tidy up after last commit X-Git-Tag: 3.11.0~42 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=7229dd2c728a99266b47b7a3e154ef4744cb9c43 tidy up after last commit --- diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c index b247eb78c..6ba6d57a1 100644 --- a/src/plugins/pgpcore/sgpgme.c +++ b/src/plugins/pgpcore/sgpgme.c @@ -1,6 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 the Claws Mail team + * Copyright (C) 1999-2014 the Claws Mail team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -396,7 +396,6 @@ gpgme_data_t sgpgme_data_from_mimeinfo(MimeInfo *mimeinfo) gpgme_data_t data = NULL; gpgme_error_t err; FILE *fp = g_fopen(mimeinfo->data.filename, "rb"); - gchar *tmp_file = NULL; if (!fp) return NULL;