From 3a2c85f577ed580d39a51abbbf043fe7155001c6 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Tue, 8 Oct 2019 22:59:31 +0800 Subject: [PATCH] [html-table] deprecate gnc:html-table-remove-last-row! this function is unused in code. --- gnucash/report/report-system/html-table.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnucash/report/report-system/html-table.scm b/gnucash/report/report-system/html-table.scm index a54206897c..edf96071d3 100644 --- a/gnucash/report/report-system/html-table.scm +++ b/gnucash/report/report-system/html-table.scm @@ -361,6 +361,7 @@ new-num-rows)) (define (gnc:html-table-remove-last-row! table) + (issue-deprecation-warning "gnc:html-table-remove-last-row! is unused.") (if (> (gnc:html-table-num-rows table) 0) (begin (gnc:html-table-set-num-rows-internal!