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:
Abdelrazak Younes 2007-02-08 08:53:29 +00:00
parent a780e25d38
commit 0fcd28f006

View File

@ -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;