X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathStream.h;h=b7e79434af1c02bea66f460abc4b39e215fe7648;hb=999831043e6da50b3095a2dfec7000d4209e586c;hp=19da27640afd9e820c70d2f72c14d423a8ebfff1;hpb=29378af4cdf9db7a7d6a72a9df34b8593f73f0e8;p=lyx.git diff --git a/src/mathed/MathStream.h b/src/mathed/MathStream.h index 19da27640a..b7e79434af 100644 --- a/src/mathed/MathStream.h +++ b/src/mathed/MathStream.h @@ -81,10 +81,6 @@ public: void ulemCmd(UlemCmdType ulemcmd) { ulemcmd_ = ulemcmd; } /// tell which ulem command type we are inside UlemCmdType ulemCmd() const { return ulemcmd_; } - /// record whether we are in the argument of a math macro - void insideMacro(bool insidemacro) { insidemacro_ = insidemacro; } - /// tell whether we are in the argument of a math macro - bool insideMacro() const { return insidemacro_; } /// writes space if next thing is isalpha() void pendingSpace(bool how); /// writes space if next thing is isalpha() @@ -124,8 +120,6 @@ private: int latex_; /// output type (default, source preview, instant preview)? OutputType output_; - /// are we in the argument of a math macro? - bool insidemacro_; /// do we have a space pending? bool pendingspace_; /// do we have a brace pending?