Remove redundant function declaration

gnc_load_scm_configuration is declared and defined in gnucash-core-app.
pull/1171/head
Geert Janssens 5 years ago
parent 24fa289952
commit d4e4062c93

@ -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

Loading…
Cancel
Save