mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Remove assert on advanced find with knitr module (#10444).
This commit is contained in:
parent
695b0cc33b
commit
9740c36e80
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user