revert a change that I shouldn't have committed

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7978 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-02-11 04:14:43 +00:00
parent 772c25105f
commit c9d1f8647a

View File

@ -917,12 +917,10 @@ gnc_import_TransInfo_refresh_destacc (GNCImportTransInfo *transaction_info,
GncImportMatchMap *matchmap) GncImportMatchMap *matchmap)
{ {
Transaction *transaction; Transaction *transaction;
Account *orig_destacc;
Account *new_destacc;
g_assert(transaction_info); g_assert(transaction_info);
orig_destacc = gnc_import_TransInfo_get_destacc(transaction_info); Account *orig_destacc = gnc_import_TransInfo_get_destacc(transaction_info);
new_destacc = NULL; Account *new_destacc = NULL;
/* if we haven't manually selected a destination account for this transaction */ /* if we haven't manually selected a destination account for this transaction */
if(gnc_import_TransInfo_get_destacc_selected_manually(transaction_info) == FALSE) if(gnc_import_TransInfo_get_destacc_selected_manually(transaction_info) == FALSE)