summaryrefslogtreecommitdiff
path: root/walk.h
diff options
context:
space:
mode:
Diffstat (limited to 'walk.h')
-rw-r--r--walk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/walk.h b/walk.h
index 0f8c6956..974cd575 100644
--- a/walk.h
+++ b/walk.h
@@ -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,