From 58805c2a402a500df43a9b111ee104da69796bbb Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Wed, 2 Nov 2022 15:33:10 +0000 Subject: [PATCH] Remove actions_name from plugin page as not required. --- gnucash/gnome-utils/gnc-plugin-page.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gnucash/gnome-utils/gnc-plugin-page.h b/gnucash/gnome-utils/gnc-plugin-page.h index f1eb32f79f..561c87eee4 100644 --- a/gnucash/gnome-utils/gnc-plugin-page.h +++ b/gnucash/gnome-utils/gnc-plugin-page.h @@ -87,11 +87,6 @@ typedef struct /** The textual name of this plugin. */ const gchar *plugin_name; - /** A name for the set of actions that will be added by this - * plugin. The actual name is irrelevant, as long as it is - * unique within GnuCash. */ - const gchar *actions_name; //FIXMEb added - /* Signals */ void (* inserted) (GncPluginPage *plugin_page); void (* removed) (GncPluginPage *plugin_page);