mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove unused variable.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2583 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
67dc6d6911
commit
3b625df44f
@ -806,7 +806,6 @@ LedgerAutoCompletion(SplitRegister *reg, gncTableTraversalDir dir,
|
|||||||
SRInfo *info = xaccSRGetInfo(reg);
|
SRInfo *info = xaccSRGetInfo(reg);
|
||||||
Split *blank_split = xaccSplitLookup(&info->blank_split_guid);
|
Split *blank_split = xaccSplitLookup(&info->blank_split_guid);
|
||||||
Transaction *pending_trans = xaccTransLookup(&info->pending_trans_guid);
|
Transaction *pending_trans = xaccTransLookup(&info->pending_trans_guid);
|
||||||
SplitRegisterType reg_type;
|
|
||||||
CursorType cursor_type;
|
CursorType cursor_type;
|
||||||
unsigned int changed;
|
unsigned int changed;
|
||||||
CellType cell_type;
|
CellType cell_type;
|
||||||
@ -825,7 +824,6 @@ LedgerAutoCompletion(SplitRegister *reg, gncTableTraversalDir dir,
|
|||||||
if (trans == NULL)
|
if (trans == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
reg_type = reg->type;
|
|
||||||
cursor_type = xaccSplitRegisterGetCursorType(reg);
|
cursor_type = xaccSplitRegisterGetCursorType(reg);
|
||||||
cell_type = xaccSplitRegisterGetCellType(reg);
|
cell_type = xaccSplitRegisterGetCellType(reg);
|
||||||
changed = xaccSplitRegisterGetChangeFlag(reg);
|
changed = xaccSplitRegisterGetChangeFlag(reg);
|
||||||
|
Loading…
Reference in New Issue
Block a user