]> git.lyx.org Git - lyx.git/commitdiff
Merged compilation does not exist anymore.
authorPavel Sanda <sanda@lyx.org>
Fri, 4 Oct 2024 18:53:26 +0000 (20:53 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 4 Oct 2024 18:53:26 +0000 (20:53 +0200)
src/frontends/qt/GuiView.cpp

index a6b48b3053d28eeba3b60aeec8f024303935c721..90c662758fcce59528d3a0e7c785dab41e3a6586 100644 (file)
@@ -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...