]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
Fixup ad79ac40: reintroduce markers around delimiters
[lyx.git] / src / mathed / InsetMathDelim.h
index 69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5..5a7e8164049cfb7948559b8dd12587adc149d57a 100644 (file)
@@ -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 [...]?