Remove also unused struct member
[claws.git] / 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;