Remove unused variables and dead code. Patch provided by Jerry Quinn. Fixes #347084.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15184 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/gobject-engine-dev
Christian Stimming 20 years ago
parent 04b2a41c7c
commit 86e011e98b

@ -1790,15 +1790,7 @@ process_auto_create_list(GList *autoCreateList, sxSinceLastData *sxsld, GList **
toCreateTuple *tct;
toCreateInstance *tci;
GList *instances;
int count, total;
count = 0;
total = 0;
/* get an accurate count of how many SX instances we're going to
* create. */
for ( l = autoCreateList; l; l = l->next ) {
total += g_list_length( ((toCreateTuple*)l->data)->instanceList );
}
gnc_suspend_gui_refresh();
for ( ; autoCreateList ; autoCreateList = autoCreateList->next ) {

Loading…
Cancel
Save