mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[html-acct-table] deprecate unused functions
This commit is contained in:
parent
4e38b685e2
commit
a108c5501d
@ -506,9 +506,11 @@
|
|||||||
|
|
||||||
;; some useful predicates to export
|
;; some useful predicates to export
|
||||||
(define (gnc:account-code-less-p a b)
|
(define (gnc:account-code-less-p a b)
|
||||||
|
(issue-deprecation-warning "gnc:account-code-less-p is unused.")
|
||||||
(gnc:string-locale<? (xaccAccountGetCode a)
|
(gnc:string-locale<? (xaccAccountGetCode a)
|
||||||
(xaccAccountGetCode b)))
|
(xaccAccountGetCode b)))
|
||||||
(define (gnc:account-name-less-p a b)
|
(define (gnc:account-name-less-p a b)
|
||||||
|
(issue-deprecation-warning "gnc:account-name-less-p is unused.")
|
||||||
(gnc:string-locale<? (xaccAccountGetName a)
|
(gnc:string-locale<? (xaccAccountGetName a)
|
||||||
(xaccAccountGetName b)))
|
(xaccAccountGetName b)))
|
||||||
(define (gnc:account-path-less-p a b)
|
(define (gnc:account-path-less-p a b)
|
||||||
|
Loading…
Reference in New Issue
Block a user