]> git.lyx.org Git - features.git/commitdiff
InsetGraphicsParams::read is unused and unimplemented for now InsetParams-refactoring
authorYuriy Skalko <yuriy.skalko@gmail.com>
Tue, 19 Jan 2021 08:09:01 +0000 (10:09 +0200)
committerYuriy Skalko <yuriy.skalko@gmail.com>
Tue, 19 Jan 2021 08:09:01 +0000 (10:09 +0200)
src/insets/InsetGraphicsParams.cpp

index 077320c4e5650e11bf30a4a5feddf3b24d933db2..9e3ccd9ad4d4bb171cbb033b372e8f8710c04217 100644 (file)
@@ -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");
 }