mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 13:09:41 -06:00
Remove redundant function declaration
gnc_load_scm_configuration is declared and defined in gnucash-core-app.
This commit is contained in:
parent
24fa289952
commit
d4e4062c93
@ -40,9 +40,5 @@ namespace Gnucash {
|
|||||||
int report_list (void);
|
int report_list (void);
|
||||||
int report_show (const bo_str& file_to_load,
|
int report_show (const bo_str& file_to_load,
|
||||||
const bo_str& run_report);
|
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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user