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:
Dave Peticolas 2001-04-25 07:58:30 +00:00
parent 8bc62e1f6e
commit 6d90b234f2
2 changed files with 0 additions and 4 deletions

View File

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

View File

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