X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDelim.h;h=5a7e8164049cfb7948559b8dd12587adc149d57a;hb=f03c4a2db4fcb9d77877eefb3452574b575e7354;hp=69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5;hpb=595c6d0a05945eec5df2820be728362fcda5d127;p=lyx.git 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 [...]?