From: Yuriy Skalko Date: Tue, 19 Jan 2021 08:09:01 +0000 (+0200) Subject: InsetGraphicsParams::read is unused and unimplemented for now X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6851248054527a85a3950daec77e97cfd9f23fdd;p=features.git InsetGraphicsParams::read is unused and unimplemented for now --- diff --git a/src/insets/InsetGraphicsParams.cpp b/src/insets/InsetGraphicsParams.cpp index 077320c4e5..9e3ccd9ad4 100644 --- a/src/insets/InsetGraphicsParams.cpp +++ b/src/insets/InsetGraphicsParams.cpp @@ -280,9 +280,9 @@ bool InsetGraphicsParams::read(Lexer & lex, string const & token, bool allowOrig } -void InsetGraphicsParams::read(Lexer & lex) +void InsetGraphicsParams::read(Lexer & /* lex */) { - // TODO + LYXERR0("InsetGraphicsParams::read(Lexer &) is not implemented"); }