Revert r20633: Accidental double-commit

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20635 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2011-05-12 18:15:46 +00:00
parent 0e5b962a19
commit 60affe6be1

View File

@ -1673,13 +1673,6 @@ instantiate_cashflow_internal(const SchedXaction* sx,
return;
}
if (!xaccSchedXactionGetEnabled(sx))
{
g_debug("Skipping non-enabled SX [%s]",
xaccSchedXactionGetName(sx));
return;
}
create_cashflow_data.hash = map;
create_cashflow_data.creation_errors = creation_errors;
create_cashflow_data.sx = sx;