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:
Abdelrazak Younes 2009-08-10 20:11:48 +00:00
parent 742bf1b950
commit b3d7fce1b2

View File

@ -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;