Fix some warnings about deprecated guile functions.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10959 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-04-07 03:10:37 +00:00
parent 872a6a34f9
commit 2dd4e52429
3 changed files with 3 additions and 4 deletions

View File

@ -109,6 +109,7 @@
(define gnc:invoice-report-create gnc:invoice-report-create-internal)
(export gnc:invoice-report-create gnc:owner-report-create
(export gnc:invoice-report-create
gnc:customer-anchor-text gnc:job-anchor-text gnc:vendor-anchor-text
gnc:invoice-anchor-text gnc:owner-anchor-text gnc:owner-report-text)
(re-export gnc:owner-report-create)

View File

@ -552,7 +552,6 @@
(export list-ref-safe)
(export list-set-safe!)
(export gnc:amount->string)
(export gnc:commodity-value->string)
(export gnc:monetary->string)
(export gnc:account-has-shares?)
@ -567,7 +566,6 @@
(export gnc:account-get-immediate-subaccounts)
(export gnc:account-get-all-subaccounts)
(export gnc:acccounts-get-all-subaccounts)
(export gnc:transaction-map-splits)
(export gnc:make-stats-collector)
(export gnc:make-drcr-collector)
(export gnc:make-value-collector)

View File

@ -13,4 +13,4 @@
(use-modules (gnucash report view-column))
(use-modules (gnucash report welcome-to-gnucash))
(export gnc:make-welcome-report)
(re-export gnc:make-welcome-report)