summaryrefslogtreecommitdiff
path: root/journal.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-23 21:54:11 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-23 21:54:11 -0400
commit1416f3b97841e27e94220a1f37c70484c25ff37c (patch)
treec7e18c98656c70b78e02a20f9bae15093ea57051 /journal.h
parent7a195320498ad75297fcbd47dcf31e7dd6b8d9af (diff)
downloadfork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.tar.gz
fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.tar.bz2
fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.zip
a bit more refactoring
Diffstat (limited to 'journal.h')
-rw-r--r--journal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/journal.h b/journal.h
index c89bc591..367551c1 100644
--- a/journal.h
+++ b/journal.h
@@ -251,9 +251,6 @@ class journal_t
bool add_entry(entry_t * entry);
bool remove_entry(entry_t * entry);
- entry_t * derive_entry(strings_list::iterator begin,
- strings_list::iterator end);
-
bool valid() const;
};