diff options
Diffstat (limited to 'derive.cc')
-rw-r--r-- | derive.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ entry_t * derive_new_entry(journal_t& journal, if (i == end) { // If no argument were given but the payee, assume the user wants // to see the same transaction as last time. - added->state = matching->state; added->code = matching->code; for (transactions_list::iterator j = matching->transactions.begin(); |