mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
c1bbe62b53
commit
ae9dad1770
@ -871,7 +871,6 @@ void Text::selectWord(Cursor & cur, word_location loc)
|
|||||||
cur.resetAnchor();
|
cur.resetAnchor();
|
||||||
setCursor(cur, to.pit(), to.pos());
|
setCursor(cur, to.pit(), to.pos());
|
||||||
cur.setSelection();
|
cur.setSelection();
|
||||||
cap::saveSelection(cur);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -85,7 +85,6 @@ using std::strlen;
|
|||||||
|
|
||||||
using cap::dirtyTabularStack;
|
using cap::dirtyTabularStack;
|
||||||
using cap::tabularStackDirty;
|
using cap::tabularStackDirty;
|
||||||
using cap::saveSelection;
|
|
||||||
|
|
||||||
using graphics::PreviewLoader;
|
using graphics::PreviewLoader;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user