mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Remove unneeded SWIG wrappers. Delete a stray debugging line.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/swigify@14687 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
%import "business-core.i"
|
||||
|
||||
/* Parse the header file to generate wrappers */
|
||||
/*
|
||||
%include <business-urls.h>
|
||||
%include <dialog-billterms.h>
|
||||
%include <dialog-customer.h>
|
||||
@@ -26,3 +27,4 @@
|
||||
%include <dialog-order.h>
|
||||
%include <dialog-payment.h>
|
||||
%include <dialog-vendor.h>
|
||||
*/
|
||||
@@ -548,7 +548,6 @@
|
||||
((eqv? owner-type (GNC-OWNER-CUSTOMER))
|
||||
(set! type-str (N_ "Customer")))
|
||||
((eqv? owner-type (GNC-OWNER-VENDOR))
|
||||
(gnc:error "got here")
|
||||
(set! type-str (N_ "Vendor")))
|
||||
((eqv? owner-type (GNC-OWNER-EMPLOYEE))
|
||||
(set! type-str (N_ "Employee"))))
|
||||
|
||||
Reference in New Issue
Block a user