From: Abdelrazak Younes Date: Thu, 8 Feb 2007 08:53:29 +0000 (+0000) Subject: Revert unrelated change from rev. 17104. X-Git-Tag: 1.6.10~10876 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0fcd28f006e57948b470aeae31b781e42e85b72c;p=lyx.git Revert unrelated change from rev. 17104. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17105 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/cursor.C b/src/cursor.C index 05fc44099a..f5d97fb3f5 100644 --- a/src/cursor.C +++ b/src/cursor.C @@ -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;