]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / BufferView.cpp
index c59b7ddc086101d048d20a9d0287ee576c77f75f..b46be350b850010964b3c6322381b7dd86cda0ba 100644 (file)
@@ -938,12 +938,10 @@ FuncStatus BufferView::getStatus(FuncRequest const & cmd)
                break;
 
        case LFUN_LAYOUT:
-               LYXERR0("BufferView::getStatus(LFUN_LAYOUT)");
                flag.setEnabled(!cur.inset().forcePlainLayout(cur.idx()));
                break;
 
        case LFUN_LAYOUT_PARAGRAPH:
-               LYXERR0("BufferView::getStatus(LFUN_LAYOUT_PARAGRAPH)");
                flag.setEnabled(cur.inset().allowParagraphCustomization(cur.idx()));
                break;