]> git.lyx.org Git - features.git/commitdiff
Remove another unnecessary assignment
authorStephan Witt <switt@lyx.org>
Wed, 12 Feb 2020 11:28:18 +0000 (12:28 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:52 +0000 (15:48 +0200)
src/mathed/MathParser.cpp

index d95d1d20e20c8697e41df63bab07a12733eb4fb8..00f7e99004fb25bf9c469190d27112c16c17567c 100644 (file)
@@ -2134,7 +2134,6 @@ bool Parser::parse1(InsetMathGrid & grid, unsigned flags,
 
 
                if (flags & FLAG_LEAVE) {
-                       flags &= ~FLAG_LEAVE;
                        break;
                }
        }