mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
delete unsetXSel() method
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15025 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
574e4444a8
commit
397605290d
@ -157,12 +157,6 @@ BufferView::~BufferView()
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void BufferView::unsetXSel()
|
|
||||||
{
|
|
||||||
xsel_cache_.set = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Buffer * BufferView::buffer() const
|
Buffer * BufferView::buffer() const
|
||||||
{
|
{
|
||||||
return buffer_;
|
return buffer_;
|
||||||
|
@ -184,9 +184,6 @@ public:
|
|||||||
/// a function should be executed from the workarea
|
/// a function should be executed from the workarea
|
||||||
bool workAreaDispatch(FuncRequest const & ev);
|
bool workAreaDispatch(FuncRequest const & ev);
|
||||||
|
|
||||||
/// clear the X selection
|
|
||||||
void unsetXSel();
|
|
||||||
|
|
||||||
/// access to offset
|
/// access to offset
|
||||||
int offset_ref() const;
|
int offset_ref() const;
|
||||||
/// access to anchor
|
/// access to anchor
|
||||||
|
@ -493,7 +493,6 @@ void LCursor::clearSelection()
|
|||||||
selection() = false;
|
selection() = false;
|
||||||
mark() = false;
|
mark() = false;
|
||||||
resetAnchor();
|
resetAnchor();
|
||||||
bv().unsetXSel();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user