]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Try a simpler way to tell coverity that we do not care about the result
[lyx.git] / src / FontInfo.h
index b9d8cedd0da92ae3add6920ed43024fe9a260cf1..c093474c459f378a230f7211d77ed4a73d7e4f73 100644 (file)
@@ -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);