commit 2facf6eecc769dc546d08faad258002ef6137512
Author: Pavel Sanda <sa...@lyx.org>
Date:   Fri Oct 4 20:53:26 2024 +0200

    Merged compilation does not exist anymore.
---
 src/frontends/qt/GuiView.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index a6b48b3053..90c662758f 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -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...
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to