diff options
Diffstat (limited to 'lib/egg/egg-toolbar-editor.h')
-rwxr-xr-x | lib/egg/egg-toolbar-editor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h index 671dfa26e..5a96ad46f 100755 --- a/lib/egg/egg-toolbar-editor.h +++ b/lib/egg/egg-toolbar-editor.h @@ -56,8 +56,6 @@ struct EggToolbarEditorClass GType egg_toolbar_editor_get_type (void); GtkWidget *egg_toolbar_editor_new (GtkUIManager *merge, EggToolbarsModel *model); -void egg_toolbar_editor_add_action (EggToolbarEditor *editor, - const char *action_name); void egg_toolbar_editor_load_actions (EggToolbarEditor *editor, const char *xml_file); |