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