X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetcommand.h;h=a2397dba654e02ac2d2895395e20f89506e32522;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=404874c698b82e3752aaf24263d479812bf6ae02;hpb=7c184e5426e83e536645fe76365c11cba22f8ea8;p=lyx.git diff --git a/src/insets/insetcommand.h b/src/insets/insetcommand.h index 404874c698..a2397dba65 100644 --- a/src/insets/insetcommand.h +++ b/src/insets/insetcommand.h @@ -47,9 +47,6 @@ public: /// virtual void read(Buffer const &, LyXLex & lex) { p_.read(lex); } - /// Can remove one InsetBibKey is modified - /// FIXME remove - void scanCommand(std::string const & c) { p_.scanCommand(c); }; /// virtual int latex(Buffer const &, odocstream &, OutputParams const &) const;