Make a function static. Remove extraneous printf.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12002 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-11-21 04:23:14 +00:00
parent 1ce867b3e3
commit 5340707a9a
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,8 @@
2005-11-20 David Hampton <hampton@employees.org>
*src/gnome-utils/dialog-reset-warnings.c: Make a function
static. Remove extraneous printf.
*/src/gnome-utils/preferences.glade: Fix a typo.
* src/report/report-gnome/window-report.c: Use a GtkMessageDialog

View File

@ -250,9 +250,7 @@ gnc_reset_warnings_add_one (GConfEntry *entry, GtkWidget *box)
}
void
gnc_reset_warnings_add_section (const gchar *section, GtkWidget *box);
void
static void
gnc_reset_warnings_add_section (const gchar *section, GtkWidget *box)
{
GSList *entries, *tmp;
@ -355,7 +353,6 @@ gnc_reset_warnings_dialog (GtkWidget *main_window)
DEBUG("Opening dialog-reset-warnings.glade:");
xml = gnc_glade_xml_new("dialog-reset-warnings.glade", "Reset Warnings");
dialog = glade_xml_get_widget(xml, "Reset Warnings");
printf("autoconnect\n");
glade_xml_signal_autoconnect_full(xml, gnc_glade_autoconnect_full_func,
dialog);