mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove duplicated if clause
This was a thinko in760b7cf2
(found by cppcheck), it was added in977bbd9b
as well.
This commit is contained in:
parent
b1bc328396
commit
42362cfb87
@ -607,9 +607,6 @@ void InsetLayout::readArgument(Lexer & lex)
|
||||
} else if (tok == "insertcotext") {
|
||||
lex.next();
|
||||
arg.insertcotext = lex.getBool();
|
||||
} else if (tok == "insertcotext") {
|
||||
lex.next();
|
||||
arg.insertcotext = lex.getBool();
|
||||
} else if (tok == "leftdelim") {
|
||||
lex.next();
|
||||
arg.ldelim = lex.getDocString();
|
||||
|
Loading…
Reference in New Issue
Block a user