Remove a couple of unused local variables left over from a previous iteration of

the trading account changes.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18554 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Mike Alexander
2010-01-09 05:48:48 +00:00
parent 5f07987bb2
commit 9d725a6aef

View File

@@ -1686,8 +1686,6 @@ xaccSplitGetOtherSplit (const Split *split)
int count, num_splits;
Split *other = NULL;
KvpValue *sva;
Account *trading_account = NULL;
Account *root_account = NULL;
gboolean trading_accts;
if (!split) return NULL;