mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +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: {
|
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...
|
||||||
|
Loading…
Reference in New Issue
Block a user