remove obsolete references to saveSelection

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19024 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-07-10 10:54:42 +00:00
parent c1bbe62b53
commit ae9dad1770
2 changed files with 0 additions and 2 deletions

View File

@ -871,7 +871,6 @@ void Text::selectWord(Cursor & cur, word_location loc)
cur.resetAnchor();
setCursor(cur, to.pit(), to.pos());
cur.setSelection();
cap::saveSelection(cur);
}

View File

@ -85,7 +85,6 @@ using std::strlen;
using cap::dirtyTabularStack;
using cap::tabularStackDirty;
using cap::saveSelection;
using graphics::PreviewLoader;