The branch, InsetParams-refactoring, has been updated.

- Log -----------------------------------------------------------------

commit 6851248054527a85a3950daec77e97cfd9f23fdd
Author: Yuriy Skalko <yuriy.ska...@gmail.com>
Date:   Tue Jan 19 10:09:01 2021 +0200

    InsetGraphicsParams::read is unused and unimplemented for now

diff --git a/src/insets/InsetGraphicsParams.cpp 
b/src/insets/InsetGraphicsParams.cpp
index 077320c..9e3ccd9 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");
 }
 
 

-----------------------------------------------------------------------

Summary of changes:
 src/insets/InsetGraphicsParams.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Repository for new features
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to