From 74291c06e6872249f2e00485eb825843f04fa518 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 9 Jan 2002 22:01:06 +0000 Subject: [PATCH] * src/report/locale-specific/us/taxtxf.scm (make-split-list): quit using gnc:glist->list -- new g-wrap eliminates need. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6595 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/report/locale-specific/us/taxtxf.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/report/locale-specific/us/taxtxf.scm b/src/report/locale-specific/us/taxtxf.scm index 54c1d78096..9dd343089b 100644 --- a/src/report/locale-specific/us/taxtxf.scm +++ b/src/report/locale-specific/us/taxtxf.scm @@ -65,8 +65,7 @@ (define (make-split-list account split-filter-pred) (reverse (filter split-filter-pred - (gnc:glist->list (gnc:account-get-split-list account) - )))) + (gnc:account-get-split-list account)))) ;; returns a predicate that returns true only if a split is ;; between early-date and late-date