mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't use engine private functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6068 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d59560593e
commit
f190398a8a
@ -315,7 +315,6 @@
|
||||
"#include <Backend.h>\n"
|
||||
"#include <Group.h>\n"
|
||||
"#include <gnc-book.h>\n"
|
||||
"#include <gnc-book-p.h>\n"
|
||||
"#include <gnc-session.h>\n"
|
||||
"#include <gnc-engine-util.h>\n"
|
||||
"#include <date.h>\n"
|
||||
@ -1557,15 +1556,6 @@ when no longer needed.")
|
||||
'((<gnc:Book*> book))
|
||||
"Get the book's account group.")
|
||||
|
||||
;; XXX FIXME this is a private function, should not be exported publically.
|
||||
(gw:wrap-function
|
||||
mod
|
||||
'gnc:book-set-group
|
||||
'<gw:void>
|
||||
"gnc_book_set_group"
|
||||
'((<gnc:Book*> book) (<gnc:AccountGroup*> group))
|
||||
"Set the book's account group.")
|
||||
|
||||
(gw:wrap-function
|
||||
mod
|
||||
'gnc:book-get-commodity-table
|
||||
|
Loading…
Reference in New Issue
Block a user