mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
[commodity-utilities] deprecate gnc:exchange-by-pricedb-helper
this function is unused.
This commit is contained in:
parent
e107d861d3
commit
d6f4831a50
@ -794,6 +794,8 @@ construct with gnc:make-gnc-monetary and gnc:monetary->string instead.")
|
||||
;; 'price'. Returns a <gnc:monetary>.
|
||||
(define (gnc:exchange-by-pricedb-helper
|
||||
foreign domestic price)
|
||||
(issue-deprecation-warning
|
||||
"gnc:exchange-by-pricedb-helper is deprecated.")
|
||||
(and (gnc:gnc-monetary? foreign)
|
||||
(gnc:make-gnc-monetary
|
||||
domestic
|
||||
|
Loading…
Reference in New Issue
Block a user