mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove unneeded fixmes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4044 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8bc62e1f6e
commit
6d90b234f2
@ -213,8 +213,6 @@ file in all of the directories specified by gnc:*load-path*."
|
||||
#f)))))
|
||||
|
||||
(define (gnc:_expand-load-path_ new-path)
|
||||
;; FIXME: Bad items should probably cause this to abort with #f or
|
||||
;; throw an exception.
|
||||
(let ((load-path-interpret
|
||||
(lambda (item)
|
||||
(cond ((string? item) (list item))
|
||||
|
@ -35,8 +35,6 @@
|
||||
(append user-paths locale-paths base-paths))))
|
||||
|
||||
(define (gnc:_expand-doc-path_ new-path)
|
||||
;; FIXME: Bad items should probably cause this to abort with #f or
|
||||
;; throw an exception.
|
||||
(gnc:debug "expanding doc-path value " new-path)
|
||||
(let ((path-interpret
|
||||
(lambda (item)
|
||||
|
Loading…
Reference in New Issue
Block a user