diff options
Diffstat (limited to 'src/annotate.h')
-rw-r--r-- | src/annotate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/annotate.h b/src/annotate.h index 38553752..c1f52a62 100644 --- a/src/annotate.h +++ b/src/annotate.h @@ -97,7 +97,6 @@ struct annotation_t : public supports_flags<>, } void parse(std::istream& in); - void print(std::ostream& out, bool keep_base = false, bool no_computed_annotations = false) const; |