git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1326 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-10-19 03:21:32 +00:00
parent 416b3b991e
commit a9e8460f68

View File

@ -288,9 +288,7 @@ xaccSRRedrawRegEntry (SplitRegister *reg)
{
Split *split;
Transaction *trans;
Account * acc;
unsigned int changed;
int i;
/* use the changed flag to avoid heavy-weight redraws
* This will help cut down on uneccessary register redraws. */