mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
remove spurious rit = cursorRow()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7973 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3b4253cf80
commit
fe1d419981
@ -284,7 +284,6 @@ void LyXText::cursorPrevious()
|
||||
}
|
||||
|
||||
LyXCursor cur;
|
||||
rit = cursorRow();
|
||||
ParagraphList::iterator pit = cursorPar();
|
||||
rit = cursorRow();
|
||||
if (isFirstRow(pit, *rit))
|
||||
|
Loading…
Reference in New Issue
Block a user