]> git.lyx.org Git - lyx.git/blobdiff - src/Text3.cpp
Move OS specific code to proper place. Also make sure that no other
[lyx.git] / src / Text3.cpp
index e2c2dff3ec3c1c35d705a5b0713e05b71b9168b8..b551f96397a37e3faef02e1ed2393494e2471235 100644 (file)
@@ -2126,10 +2126,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                break;
        }
 
-       if (lyxrc.spellcheck_continuously && cur.inTexted())
-               // Take this opportunity to spellcheck current word.
-               cur.paragraph().isMisspelled(cur.pos());
-
        needsUpdate |= (cur.pos() != cur.lastpos()) && cur.selection();
 
        // FIXME: The cursor flag is reset two lines below