Comment out unused function that won't compile with g-wrap 1.9 after

the const-ifying of the account functions.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12203 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2005-12-30 05:05:53 +00:00
parent 3be52c3a36
commit 9cab16538f
2 changed files with 20 additions and 14 deletions

View File

@ -1,3 +1,9 @@
2005-12-29 David Hampton <hampton@employees.org>
* src/engine/gw-engine-spec.scm: Comment out unused function that
won't compile with g-wrap 1.9 after the const-ifying of the
account functions.
2005-12-29 Christian Stimming <stimming@tuhh.de> 2005-12-29 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/gnc-hbci-utils.h, gnc-hbci-utils.c: Use * src/import-export/hbci/gnc-hbci-utils.h, gnc-hbci-utils.c: Use

View File

@ -740,20 +740,20 @@ to the other splits in account a.")
"Check to see if all of the splits in transaction t are in proper "Check to see if all of the splits in transaction t are in proper
date order.") date order.")
(gw:wrap-function ;; (gw:wrap-function
ws ;; ws
'gnc:account-order ;; 'gnc:account-order
'<gw:int> ;; '<gw:int>
"xaccAccountOrder" ;; "xaccAccountOrder_gwrap"
'( ;; '(
((<gnc:Account**> const) a1) ;; (<gnc:Account**> a1)
((<gnc:Account**> const) a2) ;; (<gnc:Account**> a2)
) ;; )
"Defines a sorting order on accounts. Returns -1 if a1 is \"less ;; "Defines a sorting order on accounts. Returns -1 if a1 is \"less
than\" the second, +1 if the a1 is \"greater than\" the second, and 0 ;; than\" the second, +1 if the a1 is \"greater than\" the second, and 0
if they are equal. To determine the sort order, the account codes are ;; if they are equal. To determine the sort order, the account codes are
compared, and if these are equal, then account types, and, if these ;; compared, and if these are equal, then account types, and, if these
are equal, then account names.") ;; are equal, then account names.")
(gw:wrap-function (gw:wrap-function
ws ws