diff --git a/src/report/standard-reports/standard-reports.scm b/src/report/standard-reports/standard-reports.scm index 1c1b5ebba3..591b62590d 100644 --- a/src/report/standard-reports/standard-reports.scm +++ b/src/report/standard-reports/standard-reports.scm @@ -156,9 +156,6 @@ (for-each (lambda (x) (resolve-module (append '(gnucash report standard-reports) (list x)))) (get-report-list)) - -; Need this to be able to call gnc:register-report-create-internal -(use-modules (gnucash report standard-reports register)) (use-modules (gnucash gnc-module)) (gnc:module-load "gnucash/engine" 0)