[html-acct-table] deprecate unused functions

This commit is contained in:
Christopher Lam 2021-03-29 10:17:53 +08:00
parent 4e38b685e2
commit a108c5501d

View File

@ -506,9 +506,11 @@
;; some useful predicates to export
(define (gnc:account-code-less-p a b)
(issue-deprecation-warning "gnc:account-code-less-p is unused.")
(gnc:string-locale<? (xaccAccountGetCode a)
(xaccAccountGetCode b)))
(define (gnc:account-name-less-p a b)
(issue-deprecation-warning "gnc:account-name-less-p is unused.")
(gnc:string-locale<? (xaccAccountGetName a)
(xaccAccountGetName b)))
(define (gnc:account-path-less-p a b)