From: Richard Heck Date: Mon, 21 Jul 2008 16:41:29 +0000 (+0000) Subject: Revert another unintentional commit. X-Git-Tag: 1.6.10~3963 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1c71a1019b6e3d1fc1e7cc8e964a0780f0332bb6;p=features.git Revert another unintentional commit. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25774 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BufferView.cpp b/src/BufferView.cpp index c59b7ddc08..b46be350b8 100644 --- a/src/BufferView.cpp +++ b/src/BufferView.cpp @@ -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;