From d4e4062c9310f50729c94b73e9f2bd80382fabfb Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 16 Oct 2021 10:48:55 +0200 Subject: [PATCH] Remove redundant function declaration gnc_load_scm_configuration is declared and defined in gnucash-core-app. --- gnucash/gnucash-commands.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnucash/gnucash-commands.hpp b/gnucash/gnucash-commands.hpp index ae3607147b..01511d5847 100644 --- a/gnucash/gnucash-commands.hpp +++ b/gnucash/gnucash-commands.hpp @@ -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