diff --git a/src/frontends/qt4/GuiRef.cpp b/src/frontends/qt4/GuiRef.cpp index 9f03a2d4b3..fac8be9881 100644 --- a/src/frontends/qt4/GuiRef.cpp +++ b/src/frontends/qt4/GuiRef.cpp @@ -150,11 +150,9 @@ void GuiRef::enableBoxes() { bool const isFormatted = (InsetRef::getName(typeCO->currentIndex()) == "formatted"); - LYXERR0(InsetRef::getName(typeCO->currentIndex())); bool const isLabelOnly = (InsetRef::getName(typeCO->currentIndex()) == "labelonly"); bool const usingRefStyle = buffer().params().use_refstyle; - LYXERR0(usingRefStyle); pluralCB->setEnabled(isFormatted && usingRefStyle); capsCB->setEnabled(isFormatted && usingRefStyle); noprefixCB->setEnabled(isLabelOnly);