]> git.lyx.org Git - lyx.git/commitdiff
Revert unrelated change from rev. 17104.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 8 Feb 2007 08:53:29 +0000 (08:53 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 8 Feb 2007 08:53:29 +0000 (08:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17105 a592a061-630c-0410-9148-cb99ea01b6c8

src/cursor.C

index 05fc44099a59a62c6bb0f6f5e7fd48d148756816..f5d97fb3f57d8a55524ac067b5ed8634c34e9f59 100644 (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;