From e84ecd64a0137d71a1647ca3a5dbe8c6e9109a55 Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Tue, 21 Feb 2023 10:40:33 +0000 Subject: [PATCH] Remove leftover function from business-gnome-utils.h --- gnucash/gnome/business-gnome-utils.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/gnucash/gnome/business-gnome-utils.h b/gnucash/gnome/business-gnome-utils.h index 96fef1be59..d050d0a30c 100644 --- a/gnucash/gnome/business-gnome-utils.h +++ b/gnucash/gnome/business-gnome-utils.h @@ -62,15 +62,6 @@ const char * gnc_migrate_default_invoice_print_report (void); */ char *gnc_get_default_invoice_print_report (void); -/** Setup a combo used for displaying list of Invoice Reports. - * - * @param combo The GtkComboBox that presents the list. - * - * @param warning The warning image, displayed if the default guid is - * not in the Invoice list. - */ -void gnc_default_print_report_list (GtkWidget *combo, GtkWidget *warning); - /** Create a report combo to show a list of Invoice reports so that * a default Invoice Report can be selected. *