From 2306082787129b381b3980e9795f694374321ea0 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 14 May 2024 13:21:55 +0200 Subject: [PATCH] Revert false chunk --- src/insets/InsetLayout.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetLayout.h b/src/insets/InsetLayout.h index 4ac8d378ab..c879e41f51 100644 --- a/src/insets/InsetLayout.h +++ b/src/insets/InsetLayout.h @@ -401,8 +401,6 @@ private: /// docstring no_passthru_chars_; /// - docstring no_hr_passthru_chars_; - /// std::string newline_cmd_; /// bool parbreakisnewline_ = false;