mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
Merged compilation does not exist anymore.
This commit is contained in:
parent
854b53bff5
commit
2facf6eecc
@ -4437,8 +4437,7 @@ void GuiView::dispatch(FuncRequest const & cmd, DispatchResult & dr)
|
||||
case LFUN_BUFFER_EXPORT: {
|
||||
if (!doc_buffer)
|
||||
break;
|
||||
// GCC only sees strfwd.h when building merged
|
||||
if (::lyx::operator==(cmd.argument(), "custom")) {
|
||||
if (cmd.argument() == "custom") {
|
||||
// LFUN_MASTER_BUFFER_EXPORT is not enabled for this case,
|
||||
// so the following test should not be needed.
|
||||
// In principle, we could try to switch to such a view...
|
||||
|
Loading…
Reference in New Issue
Block a user