summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-16 21:23:12 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-16 21:23:12 -0400
commite6934fbd3c297311e4f0616e1a550f78ef4406f7 (patch)
tree829787bb209207b257428ccbb71fd9949d9c21bb /src/account.h
parente3b44038b389461162e4920a26b09c0df9cf83b6 (diff)
downloadfork-ledger-e6934fbd3c297311e4f0616e1a550f78ef4406f7.tar.gz
fork-ledger-e6934fbd3c297311e4f0616e1a550f78ef4406f7.tar.bz2
fork-ledger-e6934fbd3c297311e4f0616e1a550f78ef4406f7.zip
Removed an unused extended account xdata flag
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h9
1 files changed, 4 insertions, 5 deletions
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;