summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/verify.h b/src/verify.h
index ed36d7af..c333d86e 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -732,23 +732,6 @@ bool operator< (dcp::VerificationNote const& a, dcp::VerificationNote const& b);
std::ostream& operator<<(std::ostream& s, dcp::VerificationNote const& note);
-
-struct LinesCharactersResult
-{
- bool warning_length_exceeded = false;
- bool error_length_exceeded = false;
- bool line_count_exceeded = false;
-};
-
-
-extern void verify_text_lines_and_characters(
- std::shared_ptr<const dcp::TextAsset> asset,
- int warning_length,
- int error_length,
- dcp::LinesCharactersResult* result
- );
-
}
-
#endif