From a1e7f77e8fcfd71cc8bf94d13ceb2decbacc3b50 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2023 14:51:23 +0200 Subject: Cleanup: pass EqualityOptions as const& This exposes a useless assignment of export_differing_subtitles, which I've removed (and altered the comment accordingly). --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 947d7e93..c7256d0f 100644 --- a/src/types.h +++ b/src/types.h @@ -261,7 +261,7 @@ public: bool issue_dates_can_differ = false; bool load_font_nodes_can_differ = false; bool keep_going = false; - /** true to save the first pair of different image subtitles to the current working directory */ + /** true to save the last pair of different image subtitles to the current working directory */ bool export_differing_subtitles = false; /** The maximum allowable absolute difference between the vertical position of subtitles */ float max_subtitle_vertical_position_error = 0; -- cgit v1.2.3