]> git.lyx.org Git - features.git/commitdiff
Fix bug #9348
authorEnrico Forestieri <forenr@lyx.org>
Tue, 10 Apr 2018 20:40:02 +0000 (22:40 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 10 Apr 2018 20:40:02 +0000 (22:40 +0200)
src/mathed/InsetMathBrace.h

index b28cd05e7db452d31d751bb7ef989ec636dc902b..82393e97fc7339f722fba734cec47ff326951fe1 100644 (file)
@@ -29,8 +29,6 @@ public:
        InsetMathBrace * asBraceInset() { return this; }
        /// identifies brace insets
        InsetMathBrace const * asBraceInset() const { return this; }
-       /// we write extra braces in any case...
-       bool extraBraces() const { return true; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///