From: Jean-Marc Lasgouttes Date: Tue, 2 Apr 2019 12:30:50 +0000 (+0200) Subject: Fixup ad79ac40: reintroduce markers around delimiters X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f0035f83ebe35f06eb7630d2b41563357dcba75;p=features.git Fixup ad79ac40: reintroduce markers around delimiters The reasoning behind this change was not correct. Fixes bug #11516. --- diff --git a/src/mathed/InsetMathDelim.h b/src/mathed/InsetMathDelim.h index 69242d50a7..5a7e816404 100644 --- a/src/mathed/InsetMathDelim.h +++ b/src/mathed/InsetMathDelim.h @@ -32,8 +32,6 @@ public: InsetMathDelim const * asDelimInset() const { return this; } /// MathClass mathClass() const { return MC_INNER; } - /// - marker_type marker(BufferView const *) const { return NO_MARKER; } /// is it (...)? bool isParenthesis() const; /// is it [...]?