From ed8fad817a4c951b0a3c07b8a086a874dc435591 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 9 May 2001 10:19:13 +0000 Subject: [PATCH] fixed compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/utilsexc.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/msw/utilsexc.cpp b/src/msw/utilsexc.cpp index 6dfe980f2a..0f9349287b 100644 --- a/src/msw/utilsexc.cpp +++ b/src/msw/utilsexc.cpp @@ -707,13 +707,6 @@ long wxExecute(const wxString& cmd, bool sync, wxProcess *handler) // ok, process ready to accept DDE requests ok = wxExecuteDDE(ddeServer, ddeTopic, ddeCommand); } - - if ( !ok ) - { - // FIXME just as above we don't check Execute() return code - wxLogNull nolog; - (void)conn->Execute(ddeCommand); - } } #endif // wxUSE_IPC -- 2.47.2