From e6934fbd3c297311e4f0616e1a550f78ef4406f7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 16 Feb 2009 21:23:12 -0400 Subject: Removed an unused extended account xdata flag --- src/account.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/account.h') diff --git a/src/account.h b/src/account.h index 494c25a2..dfa6eba5 100644 --- a/src/account.h +++ b/src/account.h @@ -118,11 +118,10 @@ class account_t : public scope_t struct xdata_t : public supports_flags<> { -#define ACCOUNT_EXT_TO_DISPLAY 0x01 -#define ACCOUNT_EXT_DISPLAYED 0x02 -#define ACCOUNT_EXT_SORT_CALC 0x04 -#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x08 -#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x10 +#define ACCOUNT_EXT_DISPLAYED 0x01 +#define ACCOUNT_EXT_SORT_CALC 0x02 +#define ACCOUNT_EXT_HAS_NON_VIRTUALS 0x04 +#define ACCOUNT_EXT_HAS_UNB_VIRTUALS 0x08 value_t value; value_t total; -- cgit v1.2.3