r18554 - gnucash/trunk/src/engine - Remove a couple of unused local variables left over from a previous iteration of

Mike Alexander mta at code.gnucash.org
Sat Jan 9 00:48:48 EST 2010


Author: mta
Date: 2010-01-09 00:48:48 -0500 (Sat, 09 Jan 2010)
New Revision: 18554
Trac: http://svn.gnucash.org/trac/changeset/18554

Modified:
   gnucash/trunk/src/engine/Split.c
Log:
Remove a couple of unused local variables left over from a previous iteration of
the trading account changes.

Modified: gnucash/trunk/src/engine/Split.c
===================================================================
--- gnucash/trunk/src/engine/Split.c	2010-01-09 05:47:54 UTC (rev 18553)
+++ gnucash/trunk/src/engine/Split.c	2010-01-09 05:48:48 UTC (rev 18554)
@@ -1686,8 +1686,6 @@
   int count, num_splits;
   Split *other = NULL;
   KvpValue *sva;
-  Account *trading_account = NULL;
-  Account *root_account = NULL;
   gboolean trading_accts;
 
   if (!split) return NULL;



More information about the gnucash-changes mailing list