diff options
Diffstat (limited to 'walk.h')
-rw-r--r-- | walk.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -122,9 +122,6 @@ inline const account_t * xact_account(const transaction_t& xact) { extern bool show_lots; -#define translate_amount(amt) \ - ((! show_lots && amt.commodity().price) ? amt.base_amount() : amt) - ////////////////////////////////////////////////////////////////////// inline void walk_transactions(transactions_list::iterator begin, |