talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 5164fae34b6e2e11c1e94959ed4e66c5e66004da
parent 8959d16e49de13c2cd0e289ac5364bbcaf03dec8
Author: Ricardo Mones <ricardo@mones.org>
Date:   Thu, 28 Jul 2016 13:55:09 +0200

Remove also unused struct member

Diffstat:
Msrc/common/plugin.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/common/plugin.c b/src/common/plugin.c @@ -51,7 +51,6 @@ struct _Plugin const gchar *(*version) (void); const gchar *(*type) (void); const gchar *(*licence) (void); - void (*master_passphrase_change) (const gchar *oldp, const gchar *newp); struct PluginFeature *(*provides) (void); GSList *rdeps;