mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Remove unused BufferView member
This commit is contained in:
parent
ae60749f89
commit
6df9cbef95
@ -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();
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user