From: Dekel Tsur Date: Sun, 13 Jan 2002 15:26:58 +0000 (+0000) Subject: Remove a #warning X-Git-Tag: 1.6.10~20036 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6c18d1771b3d77d9e22b2caa4c7e14799552f494;p=features.git Remove a #warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3354 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/text.C b/src/text.C index f86bdf8650..1c2e34e2ec 100644 --- a/src/text.C +++ b/src/text.C @@ -2353,9 +2353,7 @@ string const LyXText::selectNextWordToSpellcheck(BufferView * bview, value += float(cursor.y())/float(height); return str; } -#warning Dekel please have a look on this one RTL? (Jug) -#warning DEKEL! - // we have to go on checking so move cusor to the right + // we have to go on checking so move cusor to the next char if (cursor.pos() == cursor.par()->size()) { if (!cursor.par()->next()) return str;