[html-table] deprecate gnc:html-table-remove-last-row!

this function is unused in code.
pull/588/head
Christopher Lam 7 years ago
parent f4794d516f
commit 3a2c85f577

@ -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!

Loading…
Cancel
Save