]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
applied patch for compilation with gcc 3.0
[wxWidgets.git] / src / msw / utilsexc.cpp
index 6dfe980f2a580a76dbf0e47068c72f8fd2ebc9ae..0f9349287b38aebca0293864e7c339df41ee16cb 100644 (file)
@@ -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