]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
Second part of r14315 from the younes branch:
[lyx.git] / src / BufferView.C
index 2f23937c28db776b9160a156392f7447c51ba250..bd4324cb77146165d03f940d04de44a01e0ef9ce 100644 (file)
@@ -386,18 +386,6 @@ void BufferView::putSelectionAt(DocIterator const & cur,
 }
 
 
-bool const BufferView::repaintAll() const
-{
-       return pimpl_->repaintAll();
-}
-
-
-void const BufferView::repaintAll(bool r) const
-{
-       pimpl_->repaintAll(r);
-}
-
-
 LCursor & BufferView::cursor()
 {
        return pimpl_->cursor_;