commit 9740c36e80b7e2abf87bde97f674bc1f21b4753c
Author: Tommaso Cucinotta <[email protected]>
Date: Sun Oct 23 13:16:19 2016 +0200
Remove assert on advanced find with knitr module (#10444).
---
src/lyxfind.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
index 224e902..1581ca1 100644
--- a/src/lyxfind.cpp
+++ b/src/lyxfind.cpp
@@ -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);