commit 503f7db224c7afaa82ce1f0aea538bd2af0cf31a
Author: Enrico Forestieri <[email protected]>
Date:   Tue Apr 10 22:40:02 2018 +0200

    Fix bug #9348
---
 src/mathed/InsetMathBrace.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/mathed/InsetMathBrace.h b/src/mathed/InsetMathBrace.h
index b28cd05..82393e9 100644
--- a/src/mathed/InsetMathBrace.h
+++ b/src/mathed/InsetMathBrace.h
@@ -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;
        ///

Reply via email to