summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-27 02:35:51 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-27 02:35:51 -0400
commit06365aac05bb77deb7ef2e6f82d7b6806ee77f92 (patch)
treea213e1f2fd199fe6e7f26549074920757fd17d6f /src/post.h
parentfbb0d2583173073e11976c7cd7e570d4829f0621 (diff)
downloadfork-ledger-06365aac05bb77deb7ef2e6f82d7b6806ee77f92.tar.gz
fork-ledger-06365aac05bb77deb7ef2e6f82d7b6806ee77f92.tar.bz2
fork-ledger-06365aac05bb77deb7ef2e6f82d7b6806ee77f92.zip
Fixed the way item state is parsed and managed
Diffstat (limited to 'src/post.h')
-rw-r--r--src/post.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/post.h b/src/post.h
index 4c20fb37..4455559a 100644
--- a/src/post.h
+++ b/src/post.h
@@ -118,8 +118,6 @@ public:
virtual date_t date() const;
virtual optional<date_t> effective_date() const;
- virtual state_t state() const;
-
bool must_balance() const {
return ! has_flags(POST_VIRTUAL) || has_flags(POST_MUST_BALANCE);
}