summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
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);
}