mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Revert unrelated change from rev. 17104.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17105 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a780e25d38
commit
0fcd28f006
@ -510,15 +510,6 @@ void LCursor::setSelection(DocIterator const & where, int n)
|
||||
}
|
||||
|
||||
|
||||
void LCursor::setSelection(DocIterator const & from,
|
||||
DocIterator const & to)
|
||||
{
|
||||
setCursor(to);
|
||||
selection() = true;
|
||||
anchor_ = from;
|
||||
}
|
||||
|
||||
|
||||
void LCursor::clearSelection()
|
||||
{
|
||||
selection() = false;
|
||||
|
Loading…
Reference in New Issue
Block a user