mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[options] deprecate gnc:save-options
this is unused.
This commit is contained in:
parent
4f6344963d
commit
0b8ff4b5d6
@ -2030,6 +2030,8 @@ the option '~a'."))
|
||||
options))
|
||||
|
||||
(define (gnc:save-options options options-string file header truncate?)
|
||||
(issue-deprecation-warning
|
||||
"gnc:save-options is deprecated.")
|
||||
(let ((code (gnc:generate-restore-forms options options-string))
|
||||
(port (false-if-exception
|
||||
(if truncate?
|
||||
|
Loading…
Reference in New Issue
Block a user