]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
minimal effort implementation of:
[lyx.git] / src / BufferView.C
index 809c8babca05234c52eca85cca2bdac8d7de2261..6c8f4bce793a55d69841219884feb0b52f52100a 100644 (file)
@@ -93,12 +93,6 @@ void BufferView::setBuffer(Buffer * b)
 }
 
 
-string BufferView::firstLayout()
-{
-       return pimpl_->firstLayout();
-}
-
-
 bool BufferView::loadLyXFile(string const & fn, bool tl)
 {
        return pimpl_->loadLyXFile(fn, tl);