[options] deprecate gnc:save-options

this is unused.
This commit is contained in:
Christopher Lam 2019-03-24 22:05:00 +08:00
parent 4f6344963d
commit 0b8ff4b5d6

View File

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