]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.cpp
Check path of Qt tools if qtchooser is detected
[lyx.git] / src / insets / InsetGraphicsParams.cpp
index 03ca0d6287d10c90a86a8d3844764f50bda79923..b7ea377f4208a40d35c308bd2a57fe06f47519f4 100644 (file)
@@ -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();