summaryrefslogtreecommitdiff
path: root/textual.h
diff options
context:
space:
mode:
Diffstat (limited to 'textual.h')
-rw-r--r--textual.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/textual.h b/textual.h
index 4ed705bf..55d7da97 100644
--- a/textual.h
+++ b/textual.h
@@ -13,12 +13,6 @@ extern bool parse_date_mask(const char * date_str, struct std::tm * result);
extern bool parse_date(const char * date_str, std::time_t * result,
const int year = -1);
-extern void print_textual_ledger(std::ostream& out, ledger_t * ledger,
- bool shortcut = true);
-
-extern void print_textual_entry(std::ostream& out, entry_t * entry,
- bool shortcut = true);
-
} // namespace ledger
#endif // _TEXTUAL_H