Remove unused BufferView member

This commit is contained in:
Jean-Marc Lasgouttes 2017-11-29 12:27:57 +01:00
parent ae60749f89
commit 6df9cbef95
2 changed files with 0 additions and 9 deletions

View File

@ -2611,12 +2611,6 @@ Cursor const & BufferView::cursor() const
}
pit_type BufferView::anchor_ref() const
{
return d->anchor_pit_;
}
bool BufferView::singleParUpdate()
{
Text & buftext = buffer_.text();

View File

@ -251,9 +251,6 @@ public:
/// \sa WorkArea
void mouseEventDispatch(FuncRequest const & ev);
/// access to anchor.
pit_type anchor_ref() const;
///
CursorStatus cursorStatus(DocIterator const & dit) const;
/// access to full cursor.