mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
delete unused code.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30969 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
742bf1b950
commit
b3d7fce1b2
@ -1682,8 +1682,6 @@ bool Text::read(Lexer & lex,
|
||||
readParagraph(pars_.back(), lex, errorList);
|
||||
|
||||
// register the words in the global word list
|
||||
CursorSlice sl = CursorSlice(*insetPtr);
|
||||
sl.pit() = pars_.size() - 1;
|
||||
pars_.back().updateWords();
|
||||
} else if (token == "\\begin_deeper") {
|
||||
++depth;
|
||||
|
Loading…
Reference in New Issue
Block a user