mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user