r14651 - gnucash/branches/swigify/src/engine - Remove some undefined functions.

Chris Shoemaker chris at cvs.gnucash.org
Sat Aug 12 21:59:50 EDT 2006


Author: chris
Date: 2006-08-12 21:59:49 -0400 (Sat, 12 Aug 2006)
New Revision: 14651
Trac: http://svn.gnucash.org/trac/changeset/14651

Modified:
   gnucash/branches/swigify/src/engine/gnc-budget.h
Log:
   Remove some undefined functions.


Modified: gnucash/branches/swigify/src/engine/gnc-budget.h
===================================================================
--- gnucash/branches/swigify/src/engine/gnc-budget.h	2006-08-13 01:58:37 UTC (rev 14650)
+++ gnucash/branches/swigify/src/engine/gnc-budget.h	2006-08-13 01:59:49 UTC (rev 14651)
@@ -108,8 +108,6 @@
 const Recurrence * gnc_budget_get_recurrence(GncBudget *budget);
 
 /** Set/Get the starting date of the Budget */
-void gnc_budget_set_start_date(GncBudget* budget, Timespec date);
-Timespec gnc_budget_get_start_date(GncBudget* budget);
 Timespec gnc_budget_get_period_start_date(GncBudget* budget, guint period_num);
 
 /* Period indices are zero-based. */
@@ -124,9 +122,6 @@
 /** Get the book that this budget is associated with. */
 QofBook* gnc_budget_get_book(GncBudget* budget);
 
-/* Caller owns the list of all budgets in the book. */
-GList* gnc_book_get_budgets(QofBook* book);
-
 /* Returns some budget in the book, or NULL. */
 GncBudget* gnc_budget_get_default(QofBook *book);
 



More information about the gnucash-changes mailing list