From 0fcd28f006e57948b470aeae31b781e42e85b72c Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 8 Feb 2007 08:53:29 +0000 Subject: [PATCH] Revert unrelated change from rev. 17104. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17105 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/cursor.C | 9 --------- 1 file changed, 9 deletions(-) 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; -- 2.39.2