summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-09-17 05:05:49 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-09-17 05:05:49 -0400
commit88c0b459b92c0b8758557162e6b99ff5a4f95e24 (patch)
treed03fb155f948be9a6b2a7a1767b1da044f42b6a1
parent495b64f29646d992deb359c5a5cb7e75e6541a0a (diff)
downloadledger-88c0b459b92c0b8758557162e6b99ff5a4f95e24.tar.gz
ledger-88c0b459b92c0b8758557162e6b99ff5a4f95e24.tar.bz2
ledger-88c0b459b92c0b8758557162e6b99ff5a4f95e24.zip
Removed "note" field in entry_t, since that feature is not appearing in 2.6.1.
-rw-r--r--journal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/journal.h b/journal.h
index a459160c..212590cf 100644
--- a/journal.h
+++ b/journal.h
@@ -112,7 +112,6 @@ class entry_base_t
{
public:
journal_t * journal;
- std::string note;
unsigned long src_idx;
istream_pos_type beg_pos;
unsigned long beg_line;