From 0a9f9821ca442cc67461887b5fb74054b2b13c45 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Mon, 29 Mar 2021 22:52:33 +0800 Subject: [PATCH] [report-core] Remove unused string definition --- gnucash/report/report-core.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnucash/report/report-core.scm b/gnucash/report/report-core.scm index c310d01598..775797ca3f 100644 --- a/gnucash/report/report-core.scm +++ b/gnucash/report/report-core.scm @@ -210,8 +210,7 @@ (G_ "One of your reports has a report-guid that is a duplicate. Please check the report system, especially your saved reports, for a report with this report-guid: ")) (define rpterr-guid1 (G_ "Wrong report definition: ")) (define rpterr-guid2 (G_ " Report is missing a GUID.")) -(define rptwarn-legacy - (G_ "Some reports stored in a legacy format were found. This format is not supported anymore so these reports may not have been restored properly.")) + (define (gui-error str) (if (gnucash-ui-is-running) (gnc-error-dialog '() str)