Merged compilation does not exist anymore.

This commit is contained in:
Pavel Sanda 2024-10-04 20:53:26 +02:00
parent 854b53bff5
commit 2facf6eecc

View File

@ -4437,8 +4437,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
case LFUN_BUFFER_EXPORT: { case LFUN_BUFFER_EXPORT: {
if (!doc_buffer) if (!doc_buffer)
break; break;
// GCC only sees strfwd.h when building merged if (cmd.argument() == "custom") {
if (::lyx::operator==(cmd.argument(), "custom")) {
// LFUN_MASTER_BUFFER_EXPORT is not enabled for this case, // LFUN_MASTER_BUFFER_EXPORT is not enabled for this case,
// so the following test should not be needed. // so the following test should not be needed.
// In principle, we could try to switch to such a view... // In principle, we could try to switch to such a view...