]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaption.cpp
Cocoa based Qt-4.6 needs to paint every character separately to match metrics computa...
[lyx.git] / src / insets / InsetCaption.cpp
index ed2120c171273a5ea00ab126b30583eb12f6fc44..e623d9d597585b1c635d135b2a24fbf63d535995 100644 (file)
@@ -73,18 +73,6 @@ docstring InsetCaption::layoutName() const
 }
 
 
-void InsetCaption::read(Lexer & lex)
-{
-#if 0
-       // We will enably this check again when the compability
-       // code is removed from Buffer::Read (Lgb)
-       lex.setContext("InsetCaption::Read: consistency check");
-       lex >> "Caption";
-#endif
-       InsetText::read(lex);
-}
-
-
 void InsetCaption::cursorPos(BufferView const & bv,
                CursorSlice const & sl, bool boundary, int & x, int & y) const
 {