mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove duplicate definitions
This commit is contained in:
parent
0d055182f1
commit
67e65d436c
@ -110,7 +110,6 @@
|
||||
(define gnc:html-document-set-headline! html-document-set-headline)
|
||||
(define gnc:html-document-headline html-document-headline)
|
||||
(define gnc:html-document-set-style-sheet! html-document-set-style-sheet)
|
||||
(define gnc:html-document-set-style-sheet! html-document-set-style-sheet)
|
||||
(define gnc:html-document-style-sheet html-document-style-sheet)
|
||||
(define gnc:html-document-set-style-stack! html-document-set-style-stack)
|
||||
(define gnc:html-document-style-stack html-document-style-stack)
|
||||
|
@ -93,14 +93,6 @@
|
||||
;; Access fancy date info from key-value pairs for current book
|
||||
(gnc:option-get-value book gnc:*business-label* (list gnc:*fancy-date-label* key)))
|
||||
|
||||
|
||||
|
||||
(define (gnc:options-fancy-date book)
|
||||
(let ((date-format (gnc:fancy-date-info book gnc:*fancy-date-format*)))
|
||||
(if (boolean? date-format) ;; date-format does not exist
|
||||
(qof-date-format-get-string (qof-date-format-get))
|
||||
date-format)))
|
||||
|
||||
(define (gnc:make-invoice-option
|
||||
section
|
||||
name
|
||||
|
Loading…
Reference in New Issue
Block a user