]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.cpp
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetGraphicsParams.cpp
index 0b044a0ec568226e6911bc94f0af92cd8561c6a2..16130e7c6a1c73977a98945479d4337c58380558 100644 (file)
@@ -184,11 +184,6 @@ bool InsetGraphicsParams::Read(Lexer & lex, string const & token, string const &
        if (token == "filename") {
                lex.eatLine();
                filename.set(lex.getString(), bufpath);
-       } else if (token == "inzipName") {
-               // this option is currently ignored because only files in
-               // or under current document path is embeddable, and their
-               // inzipName is automatically determined.
-               lex.eatLine();
        } else if (token == "embed") {
                lex.next();
                string const name = lex.getString();