r16405 - gnucash/trunk/src/app-utils - remove superfluous comment.

Josh Sled jsled at cvs.gnucash.org
Wed Aug 8 16:07:04 EDT 2007


Author: jsled
Date: 2007-08-08 16:07:02 -0400 (Wed, 08 Aug 2007)
New Revision: 16405
Trac: http://svn.gnucash.org/trac/changeset/16405

Modified:
   gnucash/trunk/src/app-utils/gnc-sx-instance-model.c
Log:
remove superfluous comment.


Modified: gnucash/trunk/src/app-utils/gnc-sx-instance-model.c
===================================================================
--- gnucash/trunk/src/app-utils/gnc-sx-instance-model.c	2007-08-08 14:25:15 UTC (rev 16404)
+++ gnucash/trunk/src/app-utils/gnc-sx-instance-model.c	2007-08-08 20:07:02 UTC (rev 16405)
@@ -1155,8 +1155,6 @@
 
     {
         kvp_frame *txn_frame;
-        /* set a kvp-frame element in the transaction indicating and
-         * pointing-to the SX this was created from. */
         txn_frame = xaccTransGetSlots(new_txn);
         kvp_frame_set_guid(txn_frame, "from-sched-xaction", xaccSchedXactionGetGUID(creation_data->instance->parent->sx));
     }



More information about the gnucash-changes mailing list