Remove also unused struct member
authorRicardo Mones <ricardo@mones.org>
Thu, 28 Jul 2016 11:55:09 +0000 (13:55 +0200)
committerRicardo Mones <ricardo@mones.org>
Thu, 28 Jul 2016 11:55:09 +0000 (13:55 +0200)
src/common/plugin.c

index e31dcd6589ff654ac4fb127a387dc9c789d4e85f..91c8ef15210f432f3324eb96a7d5b75e24e89aa4 100644 (file)
@@ -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;