Remove redundant function declaration

gnc_load_scm_configuration is declared and defined in gnucash-core-app.
This commit is contained in:
Geert Janssens 2021-10-16 10:48:55 +02:00
parent 24fa289952
commit d4e4062c93

View File

@ -40,9 +40,5 @@ namespace Gnucash {
int report_list (void);
int report_show (const bo_str& file_to_load,
const bo_str& run_report);
// A helper function to load scm config files (SYSCONFIGDIR/config
// and USERCONFIGDIR/config-user.scm) on demand
void gnc_load_scm_config(void);
}
#endif