X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetGraphicsParams.cpp;h=b7ea377f4208a40d35c308bd2a57fe06f47519f4;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=03ca0d6287d10c90a86a8d3844764f50bda79923;hpb=d80fa171750495f4ecd542685554dd761235d3ea;p=lyx.git diff --git a/src/insets/InsetGraphicsParams.cpp b/src/insets/InsetGraphicsParams.cpp index 03ca0d6287..b7ea377f42 100644 --- a/src/insets/InsetGraphicsParams.cpp +++ b/src/insets/InsetGraphicsParams.cpp @@ -191,7 +191,6 @@ bool InsetGraphicsParams::Read(Lexer & lex, string const & token, lyxscale = lex.getInteger(); } else if (token == "display") { lex.next(); - string const type = lex.getString(); display = lex.getString() != "false"; } else if (token == "scale") { lex.next();