r14629 - gnucash/branches/swigify/src/business/business-core - Remove some undefined symbols.

Chris Shoemaker chris at cvs.gnucash.org
Fri Aug 11 01:08:20 EDT 2006


Author: chris
Date: 2006-08-11 01:08:19 -0400 (Fri, 11 Aug 2006)
New Revision: 14629
Trac: http://svn.gnucash.org/trac/changeset/14629

Modified:
   gnucash/branches/swigify/src/business/business-core/gncCustomer.h
   gnucash/branches/swigify/src/business/business-core/gncJob.h
   gnucash/branches/swigify/src/business/business-core/gncOrder.h
   gnucash/branches/swigify/src/business/business-core/gncOwner.h
Log:
   Remove some undefined symbols.


Modified: gnucash/branches/swigify/src/business/business-core/gncCustomer.h
===================================================================
--- gnucash/branches/swigify/src/business/business-core/gncCustomer.h	2006-08-11 04:59:53 UTC (rev 14628)
+++ gnucash/branches/swigify/src/business/business-core/gncCustomer.h	2006-08-11 05:08:19 UTC (rev 14629)
@@ -120,7 +120,6 @@
 gboolean gncCustomerGetTaxTableOverride (GncCustomer *customer);
 GncTaxTable* gncCustomerGetTaxTable (GncCustomer *customer);
 
-KvpFrame *gncCustomerGetSlots (GncCustomer *customer);
 GList * gncCustomerGetJoblist (GncCustomer *customer, gboolean show_all);
 /** @} */
 

Modified: gnucash/branches/swigify/src/business/business-core/gncJob.h
===================================================================
--- gnucash/branches/swigify/src/business/business-core/gncJob.h	2006-08-11 04:59:53 UTC (rev 14628)
+++ gnucash/branches/swigify/src/business/business-core/gncJob.h	2006-08-11 05:08:19 UTC (rev 14629)
@@ -70,7 +70,6 @@
 
 /** @} */
 gboolean gncJobGetActive (GncJob *job);
-gboolean gncJobIsDirty (GncJob *job);
 
 /** Return a pointer to the instance gncJob that is identified
  *  by the guid, and is residing in the book. Returns NULL if the

Modified: gnucash/branches/swigify/src/business/business-core/gncOrder.h
===================================================================
--- gnucash/branches/swigify/src/business/business-core/gncOrder.h	2006-08-11 04:59:53 UTC (rev 14628)
+++ gnucash/branches/swigify/src/business/business-core/gncOrder.h	2006-08-11 05:08:19 UTC (rev 14629)
@@ -76,7 +76,6 @@
 /* Get the list Entries */
 GList * gncOrderGetEntries (GncOrder *order);
 
-gboolean gncOrderIsDirty (GncOrder *order);
 void gncOrderBeginEdit (GncOrder *order);
 void gncOrderCommitEdit (GncOrder *order);
 int gncOrderCompare (GncOrder *a, GncOrder *b);

Modified: gnucash/branches/swigify/src/business/business-core/gncOwner.h
===================================================================
--- gnucash/branches/swigify/src/business/business-core/gncOwner.h	2006-08-11 04:59:53 UTC (rev 14628)
+++ gnucash/branches/swigify/src/business/business-core/gncOwner.h	2006-08-11 05:08:19 UTC (rev 14629)
@@ -67,10 +67,6 @@
 /** set the owner from the entity. */
 void qofOwnerSetEntity (GncOwner *owner, QofEntity *ent);
 
-/** \brief Set the parent owner. */
-void qofOwnerSetEndOwner (GncOwner *owner, GncOwner *parent);
-GncOwner* qofOwnerCreate (QofBook *book);
-
 gboolean
 gncOwnerRegister(void);
 



More information about the gnucash-changes mailing list