]> git.lyx.org Git - lyx.git/commitdiff
remove spurious rit = cursorRow()
authorAlfredo Braunstein <abraunst@lyx.org>
Thu, 23 Oct 2003 15:55:30 +0000 (15:55 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Thu, 23 Oct 2003 15:55:30 +0000 (15:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7973 a592a061-630c-0410-9148-cb99ea01b6c8

src/text3.C

index 0ad744b2afbc9377673f1f4dc117bc3198f79464..7c4430b526b41b278140c3537dedbb579a478f7d 100644 (file)
@@ -284,7 +284,6 @@ void LyXText::cursorPrevious()
        }
 
        LyXCursor cur;
-       rit = cursorRow();
        ParagraphList::iterator pit = cursorPar();
        rit = cursorRow();
        if (isFirstRow(pit, *rit))