X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFontInfo.h;h=c093474c459f378a230f7211d77ed4a73d7e4f73;hb=f58d7dfe7b86ebaca38301747643c4fb460365fe;hp=b9d8cedd0da92ae3add6920ed43024fe9a260cf1;hpb=a9eb87a89d2ba1a492f2a01fc92e360e056bf2d6;p=lyx.git diff --git a/src/FontInfo.h b/src/FontInfo.h index b9d8cedd0d..c093474c45 100644 --- a/src/FontInfo.h +++ b/src/FontInfo.h @@ -145,14 +145,14 @@ public: } /// Temporarily replace the color with \param color. - Changer changeColor(ColorCode const color, bool cond = true); + Changer changeColor(ColorCode const color); /// Temporarily replace the shape with \param shape. - Changer changeShape(FontShape const shape, bool cond = true); + Changer changeShape(FontShape const shape); /// Temporarily replace the style - Changer changeStyle(MathStyle style, bool cond = true); + Changer changeStyle(MathStyle style); /// Temporarily replace the FontInfo with \param font, and optionally /// \param realize the \param font against the current FontInfo. - Changer change(FontInfo font, bool realize = false, bool cond = true); + Changer change(FontInfo font, bool realize = false); private: friend bool operator==(FontInfo const & lhs, FontInfo const & rhs);