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:
Abdelrazak Younes 2006-09-17 08:48:06 +00:00
parent 574e4444a8
commit 397605290d
3 changed files with 0 additions and 10 deletions

View File

@ -157,12 +157,6 @@ BufferView::~BufferView()
}
void BufferView::unsetXSel()
{
xsel_cache_.set = false;
}
Buffer * BufferView::buffer() const
{
return buffer_;

View File

@ -184,9 +184,6 @@ public:
/// a function should be executed from the workarea
bool workAreaDispatch(FuncRequest const & ev);
/// clear the X selection
void unsetXSel();
/// access to offset
int offset_ref() const;
/// access to anchor

View File

@ -493,7 +493,6 @@ void LCursor::clearSelection()
selection() = false;
mark() = false;
resetAnchor();
bv().unsetXSel();
}