r21582 - gnucash/trunk/src/engine - Another minor revert of "[Cruft Reduction] Remove unused functions from src/engine"

Christian Stimming cstim at code.gnucash.org
Fri Nov 18 16:56:07 EST 2011


Author: cstim
Date: 2011-11-18 16:56:07 -0500 (Fri, 18 Nov 2011)
New Revision: 21582
Trac: http://svn.gnucash.org/trac/changeset/21582

Modified:
   gnucash/trunk/src/engine/Split.h
Log:
Another minor revert of "[Cruft Reduction] Remove unused functions from src/engine"

The compiler complains if there is no previous declaration of the non-static
function xaccSplitSetSlots_nc.

Modified: gnucash/trunk/src/engine/Split.h
===================================================================
--- gnucash/trunk/src/engine/Split.h	2011-11-18 21:53:28 UTC (rev 21581)
+++ gnucash/trunk/src/engine/Split.h	2011-11-18 21:56:07 UTC (rev 21582)
@@ -143,10 +143,10 @@
 KvpFrame *xaccSplitGetSlots(const Split *split);
 
 /** Set the KvpFrame slots of this split to the given frm by directly
- * using the frm pointer (i.e. non-copying).
+ * using the frm pointer (i.e. non-copying). */
 void xaccSplitSetSlots_nc(Split *s, KvpFrame *frm);
-*/
 
+
 /** The memo is an arbitrary string associated with a split.  It is
  * intended to hold a short (zero to forty character) string that is
  * displayed by the GUI along with this split.  Users typically type



More information about the gnucash-changes mailing list