]> git.lyx.org Git - features.git/commitdiff
Remove assert on advanced find with knitr module (#10444).
authorTommaso Cucinotta <tommaso@lyx.org>
Sun, 23 Oct 2016 11:16:19 +0000 (13:16 +0200)
committerTommaso Cucinotta <tommaso@lyx.org>
Thu, 27 Oct 2016 07:38:35 +0000 (09:38 +0200)
src/lyxfind.cpp

index 224e902dd0cf08efdbcbf4715f48e96e4199a8cc..1581ca1e267b56f3f9dc308dda14d5c6caea70f3 100644 (file)
@@ -1110,7 +1110,6 @@ docstring latexifyFromCursor(DocIterator const & cur, int len)
        LYXERR(Debug::FIND, "  with cur.lastpost=" << cur.lastpos() << ", cur.lastrow="
               << cur.lastrow() << ", cur.lastcol=" << cur.lastcol());
        Buffer const & buf = *cur.buffer();
-       LBUFERR(buf.params().isLatex());
 
        odocstringstream ods;
        otexstream os(ods);